From 2f34c03a1bb6b925fec9482f4d0ac0e5292a9cf7 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:19:22 +0100 Subject: [PATCH] this is a signal handler proc... --- code/modules/reagents/reagents/other_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/reagents/other_vr.dm b/code/modules/reagents/reagents/other_vr.dm index 7d51aa43156..f710b2a500b 100644 --- a/code/modules/reagents/reagents/other_vr.dm +++ b/code/modules/reagents/reagents/other_vr.dm @@ -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