Player-controlled giant spiders

This commit is contained in:
ZomgPonies
2013-12-30 18:18:02 -05:00
parent 61fb952897
commit 47b19fc653
3 changed files with 81 additions and 3 deletions
+1 -1
View File
@@ -272,7 +272,7 @@
destroy()
/obj/structure/table/attack_animal(mob/living/simple_animal/user)
if(user.wall_smash)
if(user.wall_smash || istype(user,/mob/living/simple_animal/hostile/carp))
visible_message("<span class='danger'>[user] smashes [src] apart!</span>")
destroy()