From ab4f40f2537f70c9a2584b6a1bdb3a4056bce030 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Sat, 24 Aug 2019 23:53:57 -0400 Subject: [PATCH] Update iv_bag.dm Adds 20 to the transfer amounst list as requested --- code/modules/reagents/reagent_containers/iv_bag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/iv_bag.dm b/code/modules/reagents/reagent_containers/iv_bag.dm index 4d620e47a91..cfe84d10f2e 100644 --- a/code/modules/reagents/reagent_containers/iv_bag.dm +++ b/code/modules/reagents/reagent_containers/iv_bag.dm @@ -9,7 +9,7 @@ righthand_file = 'icons/goonstation/mob/inhands/items_righthand.dmi' icon_state = "ivbag" volume = 200 - possible_transfer_amounts = list(1,5,10,15,25,30,50) // Everything above 10 is NOT usable on a person and is instead used for transfering to other containers + possible_transfer_amounts = list(1,5,10,15,20,25,30,50) // Everything above 10 is NOT usable on a person and is instead used for transfering to other containers amount_per_transfer_from_this = 1 container_type = OPENCONTAINER var/label_text