[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>
This commit is contained in:
SkyratBot
2021-11-02 15:29:44 -04:00
committed by GitHub
co-authored by Krysonism
parent 623f44babc
commit 7d9468819c
@@ -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."