Skip to content

Commit

Permalink
smoke checks
Browse files Browse the repository at this point in the history
Signed-off-by: tmtmtl30 <[email protected]>
  • Loading branch information
tmtmtl30 authored Sep 30, 2023
1 parent 80d95f7 commit 760396f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
O.extinguish()

/datum/reagent/firefighting_foam/expose_mob(mob/living/M, method=TOUCH, reac_volume)
if(method in list(VAPOR, TOUCH))
if(method in list(VAPOR, TOUCH, SMOKE))
M.adjust_fire_stacks(-reac_volume)
M.ExtinguishMob()
..()

0 comments on commit 760396f

Please sign in to comment.