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,7 +92,7 @@
var/mob/living/simple_mob/slime/S = M
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!"))
if(istype(M))
M.adjust_fire_stacks(-reac_volume)
M.ExtinguishMob()