diff --git a/code/modules/reagents/reagents/other_vr.dm b/code/modules/reagents/reagents/other_vr.dm index b6091b791d..26b5f6b36d 100644 --- a/code/modules/reagents/reagents/other_vr.dm +++ b/code/modules/reagents/reagents/other_vr.dm @@ -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