mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes firefighting foam hitting ghosts (#10204)
This commit is contained in:
@@ -92,9 +92,9 @@
|
||||
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!"))
|
||||
|
||||
M.adjust_fire_stacks(-reac_volume)
|
||||
M.ExtinguishMob()
|
||||
if(istype(M))
|
||||
M.adjust_fire_stacks(-reac_volume)
|
||||
M.ExtinguishMob()
|
||||
|
||||
/datum/reagent/liquid_protean
|
||||
name = REAGENT_LIQUIDPROTEAN
|
||||
|
||||
Reference in New Issue
Block a user