Merge pull request #5656 from Citadel-Station-13/upstream-merge-35876

[MIRROR] tabling people on brass tables makes a clanging sound
This commit is contained in:
LetterJay
2018-02-22 23:15:28 -06:00
committed by GitHub

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)