mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
A first pass at more realistic w_class values
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
icon_state = "dropper0"
|
||||
amount_per_transfer_from_this = 5
|
||||
possible_transfer_amounts = list(1,2,3,4,5)
|
||||
w_class = 1
|
||||
volume = 5
|
||||
var/filled = 0
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
icon_state = null
|
||||
item_state = "pill"
|
||||
possible_transfer_amounts = null
|
||||
w_class = 1
|
||||
volume = 50
|
||||
|
||||
New()
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
amount_per_transfer_from_this = 5
|
||||
possible_transfer_amounts = null //list(5,10,15)
|
||||
volume = 15
|
||||
w_class = 1
|
||||
var/mode = SYRINGE_DRAW
|
||||
|
||||
on_reagent_change()
|
||||
|
||||
Reference in New Issue
Block a user