mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
only the living
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
/datum/reagent/blob/draining_spikes/reaction_mob(mob/living/M, method=TOUCH, reac_volume, show_message, touch_protection, mob/camera/blob/O)
|
||||
reac_volume = ..()
|
||||
M.apply_damage(0.6*reac_volume, BRUTE)
|
||||
if(ishuman(M))
|
||||
if(ishuman(M) && M.stat != DEAD)
|
||||
var/mob/living/carbon/human/H = M
|
||||
H.drip(reac_volume) //will kill at 18 hits(no bio protection) and cause bad effects before that
|
||||
|
||||
|
||||
Reference in New Issue
Block a user