Fixes firefighting foam hitting ghosts (#10204)

This commit is contained in:
Cameron Lennox
2025-02-21 00:16:39 -05:00
committed by GitHub
parent 9284be1acc
commit 4ad64231f3

View File

@@ -92,9 +92,9 @@
var/mob/living/simple_mob/slime/S = M var/mob/living/simple_mob/slime/S = M
S.adjustToxLoss(15 * reac_volume) S.adjustToxLoss(15 * reac_volume)
S.visible_message(span_warning("[S]'s flesh sizzles where the foam touches it!"), span_danger("Your flesh burns in the foam!")) S.visible_message(span_warning("[S]'s flesh sizzles where the foam touches it!"), span_danger("Your flesh burns in the foam!"))
if(istype(M))
M.adjust_fire_stacks(-reac_volume) M.adjust_fire_stacks(-reac_volume)
M.ExtinguishMob() M.ExtinguishMob()
/datum/reagent/liquid_protean /datum/reagent/liquid_protean
name = REAGENT_LIQUIDPROTEAN name = REAGENT_LIQUIDPROTEAN