Skip to content

Commit

Permalink
Merge pull request VOREStation#16907 from Kashargul/rie
Browse files Browse the repository at this point in the history
this is a signal handler proc...
  • Loading branch information
Cameron-The-Raven authored Jan 16, 2025
2 parents e1e36f2 + 2f34c03 commit 61ae770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/reagents/reagents/other_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,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
Expand Down

0 comments on commit 61ae770

Please sign in to comment.