[MIRROR] Alt click reagent containers to set transfer volume (#11511)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-27 07:38:59 -07:00
committed by GitHub
parent 575ff91c05
commit 3bf3fa4351
30 changed files with 84 additions and 64 deletions
+2 -1
View File
@@ -52,7 +52,8 @@
icon_state = "powder"
item_state = "powder"
amount_per_transfer_from_this = 2
possible_transfer_amounts = 2
max_transfer_amount = 2
min_transfer_amount = 1
w_class = ITEMSIZE_TINY
volume = 50
+1 -1
View File
@@ -153,7 +153,7 @@
matter = list(MAT_STEEL = 50, MAT_GLASS = 10)
volume = 20
flags = OPENCONTAINER
possible_transfer_amounts = null
max_transfer_amount = null
/obj/item/reagent_containers/ecig_cartridge/examine(mob/user as mob)//to see how much left
. = ..()
+1 -1
View File
@@ -10,7 +10,7 @@
matter = list(MAT_STEEL = 200)
w_class = ITEMSIZE_NORMAL
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(10,20,30,60)
max_transfer_amount = 60
volume = 60
unacidable = FALSE
flags = OPENCONTAINER