diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm index 1582a8dc7fa..cd011cc362e 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm @@ -180,10 +180,6 @@ L.ExtinguishMob() L.water_act(amount / 25) // Div by 25, as water_act multiplies it by 5 in order to calculate firestack modification. remove_self(needed) -<<<<<<< HEAD -/* //VOREStation Edit Start. Stops slimes from dying from water. Fixes fuel affect_ingest, too. -======= - // Put out cigarettes if splashed. if(istype(L, /mob/living/carbon/human)) var/mob/living/carbon/human/H = L @@ -194,7 +190,7 @@ S.quench() H.visible_message("[H]\'s [S.name] is put out.") ->>>>>>> c820021... Merge pull request #7361 from ExabyteDiscord/Upstream-Dog-ChemistryThing +/* //VOREStation Edit Start. Stops slimes from dying from water. Fixes fuel affect_ingest, too. /datum/reagent/water/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien == IS_SLIME) M.adjustToxLoss(6 * removed)