mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
[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:
co-authored by
SatinIsle
Cameron Lennox
parent
575ff91c05
commit
3bf3fa4351
@@ -5,7 +5,7 @@
|
||||
icon_state = "luminol"
|
||||
item_state = "cleaner"
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5,10)
|
||||
max_transfer_amount = 10
|
||||
volume = 250
|
||||
|
||||
/obj/item/reagent_containers/spray/luminol/Initialize(mapload)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
icon = 'icons/obj/toy.dmi'
|
||||
icon_state = "rag"
|
||||
amount_per_transfer_from_this = 5
|
||||
possible_transfer_amounts = list(5)
|
||||
max_transfer_amount = 5
|
||||
volume = 10
|
||||
can_be_placed_into = null
|
||||
flags = OPENCONTAINER | NOBLUDGEON
|
||||
|
||||
Reference in New Issue
Block a user