Skip to content

Commit

Permalink
TGS Test Merge (#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 4, 2023
2 parents 37e49c5 + b1ac571 commit 7b65411
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/materials/definitions/legacy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
display_name = "darkglass"
icon_base = "darkglass"
icon_colour = "#FFFFFF"
table_icon_base = "darkglass"

// what the fuck?
/datum/material/fancyblack
Expand All @@ -16,10 +17,12 @@
display_name = "fancyblack"
icon_base = "fancyblack"
icon_colour = "#FFFFFF"
table_icon_base = "fancyblack"

// what the fuck?
/datum/material/alienalloy/alium
id = "abductor_alloy"
name = "alium"
display_name = "alien"
icon_colour = "#FFFFFF"
table_icon_base = "alien"
2 changes: 2 additions & 0 deletions code/modules/tables/tables.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var/list/table_icon_cache = list()

// todo: refactor literally everything, this is atrocious, especially the icongen

/obj/structure/table
name = "table frame"
icon = 'icons/obj/tables.dmi'
Expand Down
Binary file modified icons/obj/tables.dmi
Binary file not shown.

0 comments on commit 7b65411

Please sign in to comment.