mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Hardwood Material Port
This commit is contained in:
@@ -75,6 +75,14 @@
|
||||
reinforced = get_material_by_name(MAT_STEEL)
|
||||
..()
|
||||
|
||||
/obj/structure/table/hardwoodtable
|
||||
icon_state = "stone_preview"
|
||||
color = "#42291a"
|
||||
|
||||
/obj/structure/table/hardwoodtable/Initialize(mapload)
|
||||
material = get_material_by_name("hardwood")
|
||||
return ..()
|
||||
|
||||
/obj/structure/table/gamblingtable
|
||||
icon_state = "gamble_preview"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user