mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 23:16:19 +01:00
more wood stuff
This commit is contained in:
@@ -282,6 +282,33 @@
|
||||
walltype = /turf/closed/wall/mineral/wood
|
||||
canSmoothWith = list(/obj/structure/falsewall/wood, /turf/closed/wall/mineral/wood)
|
||||
|
||||
/obj/structure/falsewall/gmushroom
|
||||
name = "mushroom wall"
|
||||
desc = "A wall with mushroom plating."
|
||||
icon = 'icons/turf/walls/gmushroom_wall.dmi'
|
||||
icon_state = "gmushroom"
|
||||
mineral = /obj/item/stack/sheet/mineral/gmushroom
|
||||
walltype = /turf/closed/wall/mineral/gmushroom
|
||||
canSmoothWith = list(/obj/structure/falsewall/gmushroom, /turf/closed/wall/mineral/gmushroom)
|
||||
|
||||
/obj/structure/falsewall/plaswood
|
||||
name = "plaswood wall"
|
||||
desc = "A wall with plaswood plating."
|
||||
icon = 'icons/turf/walls/plaswood_wall.dmi'
|
||||
icon_state = "plaswood"
|
||||
mineral = /obj/item/stack/sheet/mineral/plaswood
|
||||
walltype = /turf/closed/wall/mineral/plaswood
|
||||
canSmoothWith = list(/obj/structure/falsewall/plaswood, /turf/closed/wall/mineral/plaswood)
|
||||
|
||||
/obj/structure/falsewall/shadoww
|
||||
name = "shadow wall"
|
||||
desc = "A wall with shadow wood plating."
|
||||
icon = 'icons/turf/walls/shadoww_wall.dmi'
|
||||
icon_state = "shadoww"
|
||||
mineral = /obj/item/stack/sheet/mineral/shadoww
|
||||
walltype = /turf/closed/wall/mineral/shadoww
|
||||
canSmoothWith = list(/obj/structure/falsewall/shadoww, /turf/closed/wall/mineral/shadoww)
|
||||
|
||||
/obj/structure/falsewall/iron
|
||||
name = "rough metal wall"
|
||||
desc = "A wall with rough metal plating."
|
||||
|
||||
Reference in New Issue
Block a user