From 7d9468819c1040b57021c44fcc80359cf656d1f6 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 2 Nov 2021 19:29:44 +0000 Subject: [PATCH] [MIRROR] Changes the organic slurry mechanics to contain the slurry within the rat. [MDB IGNORE] (#9138) * no more easy slurry (#62330) * Changes the organic slurry mechanics to contain the slurry within the rat. Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com> --- code/modules/mob/living/simple_animal/friendly/mouse.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/simple_animal/friendly/mouse.dm b/code/modules/mob/living/simple_animal/friendly/mouse.dm index 1856c2faaf2..da36a295afa 100644 --- a/code/modules/mob/living/simple_animal/friendly/mouse.dm +++ b/code/modules/mob/living/simple_animal/friendly/mouse.dm @@ -232,16 +232,11 @@ var/trans_amount = reagents.maximum_volume - reagents.total_volume * (4 / 3) if(target_reagents.has_reagent(/datum/reagent/fuel) && target_reagents.trans_to(src, trans_amount)) to_chat(user, span_notice("You dip [src] into [target].")) - reagents.trans_to(target, reagents.total_volume) else to_chat(user, span_warning("That's a terrible idea.")) else return ..() -/obj/item/food/deadmouse/on_grind() - . = ..() - reagents.clear_reagents() - /obj/item/food/deadmouse/moldy name = "moldy dead mouse" desc = "A dead rodent, consumed by mold and rot. There is a slim chance that a lizard might still eat it."