Hulks punching tables now break into table parts, not rack parts. Fixes issue #640

This commit is contained in:
MrPerson
2013-06-11 02:40:20 -07:00
parent 0b3db1da95
commit ed1cccdf25
+1 -1
View File
@@ -524,7 +524,7 @@
del(src)
/obj/structure/table/attack_hand(mob/user)
/obj/structure/rack/attack_hand(mob/user)
if(HULK in user.mutations)
visible_message("<span class='danger'>[user] smashes [src] apart!</span>")
user.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ))