mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
fixes
honk tumor goes out with a honk, ipc death shinnigans are also on live, and the xeno organ snowflakle can be fixed later.
This commit is contained in:
@@ -63,9 +63,8 @@
|
||||
if(health >= config.health_threshold_crit)
|
||||
if(src.surgeries.len)
|
||||
for(var/datum/surgery/S in src.surgeries)
|
||||
if(istype(S.get_surgery_step(), /datum/surgery_step/cavity/place_item) || istype(S.get_surgery_step(),/datum/surgery_step/remove_object))
|
||||
if(S.next_step(M, src))
|
||||
return 1
|
||||
if(S.next_step(M, src))
|
||||
return 1
|
||||
else
|
||||
help_shake_act(M)
|
||||
add_logs(src, M, "shaked")
|
||||
|
||||
Reference in New Issue
Block a user