mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user