mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix for destroying alien walls with your bare hands.
This commit is contained in:
@@ -110,6 +110,11 @@
|
|||||||
for(var/mob/O in oviewers(src))
|
for(var/mob/O in oviewers(src))
|
||||||
O.show_message("\red [usr] destroys the [name]!", 1)
|
O.show_message("\red [usr] destroys the [name]!", 1)
|
||||||
health = 0
|
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()
|
healthcheck()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user