Update iv_bag.dm

Adds 20 to the transfer amounst list as requested
This commit is contained in:
SteelSlayer
2019-08-24 23:53:57 -04:00
parent 188f66febc
commit ab4f40f253
@@ -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