From 8421cd44dfbe774fc6a0a7765248d187180a6d94 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Mon, 22 Jul 2013 17:37:39 +0100 Subject: [PATCH] Upped the capacity of Eleanor Stone/RKF's custom teapot item to 150 units, by request. Signed-off-by: Mloc-Argent --- code/modules/customitems/item_defines.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 14b40a6a769..42307b17080 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -318,6 +318,10 @@ icon_state = "eleanorstone" item_state = "eleanorstone" + volume = 150 + amount_per_transfer_from_this = 10 + possible_transfer_amounts = list(5,10,15,25,30,50,150) + /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle //compactninja: Lister Black name = "Pill bottle (anti-depressants)" desc = "Contains pills used to deal with depression. They appear to be prescribed to Lister Black"