Merge pull request #9332 from Ghommie/Ghommie-cit202

Prevents sofas being wielded and thus transformed into normal chairs.
This commit is contained in:
kevinz000
2019-09-23 20:16:53 -07:00
committed by GitHub
3 changed files with 16 additions and 13 deletions

View File

@@ -489,3 +489,19 @@
. = ..()
if(has_gravity())
playsound(src, 'sound/machines/clockcult/integration_cog_install.ogg', 50, TRUE)
/obj/structure/chair/sofa
name = "old ratty sofa"
icon_state = "sofamiddle"
icon = 'icons/obj/sofa.dmi'
buildstackamount = 1
item_chair = null
/obj/structure/chair/sofa/left
icon_state = "sofaend_left"
/obj/structure/chair/sofa/right
icon_state = "sofaend_right"
/obj/structure/chair/sofa/corner
icon_state = "sofacorner"