Fix for destroying alien walls with your bare hands.

This commit is contained in:
Zuhayr
2013-06-21 19:03:12 -07:00
parent 1b5b035630
commit 476c8f2fcd

View File

@@ -110,6 +110,11 @@
for(var/mob/O in oviewers(src))
O.show_message("\red [usr] destroys the [name]!", 1)
health = 0
else
usr << "\blue You claw at the [name]."
for(var/mob/O in oviewers(src))
O.show_message("\red [usr] claws at the [name]!", 1)
health -= rand(5,10)
healthcheck()
return