tabling people on brass tables makes a clanging sound (#35876)

* tabling people on brass tables makes a sound

* fixes syntax

* more syntax fixes
This commit is contained in:
Buggy123
2018-02-22 15:31:03 -05:00
committed by CitadelStationBot
parent 7e5057b99e
commit eaab8a687c
+4 -1
View File
@@ -338,7 +338,10 @@
/obj/structure/table/reinforced/brass/Destroy()
change_construction_value(-2)
return ..()
/obj/structure/table/reinforced/brass/tablepush(mob/living/user, mob/living/pushed_mob)
.= ..()
playsound(src, 'sound/magic/clockwork/fellowship_armory.ogg', 50, TRUE)
/obj/structure/table/reinforced/brass/narsie_act()
take_damage(rand(15, 45), BRUTE)