From 55fae115cd6928ebfc86eed43375640c0fa880bc Mon Sep 17 00:00:00 2001 From: ATH1909 <42606352+ATH1909@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:47:28 -0500 Subject: [PATCH] monkey energy cans now have enough reagent capacity to hold the monkey energy they come with (#71206) ## About The Pull Request monkey energy cans came with 50u of monkey energy in them, but only had 30u of space they now have 50u of space ## Why It's Good For The Game free gbp ## Changelog :cl: ATHATH fix: Cans of monkey energy now have enough space to properly hold the quantity of the monkey energy reagent they spawn with. /:cl: --- code/modules/reagents/reagent_containers/cups/soda.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/cups/soda.dm b/code/modules/reagents/reagent_containers/cups/soda.dm index be2848b649d..f8752cf8a6e 100644 --- a/code/modules/reagents/reagent_containers/cups/soda.dm +++ b/code/modules/reagents/reagent_containers/cups/soda.dm @@ -258,6 +258,7 @@ desc = "Unleash the ape!" icon_state = "monkey_energy" inhand_icon_state = "monkey_energy" + volume = 50 list_reagents = list(/datum/reagent/consumable/monkey_energy = 50) drink_type = SUGAR | JUNKFOOD