mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "This goes in a chemical dispenser."
|
||||
icon_state = "cartridge"
|
||||
|
||||
w_class = 3
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
|
||||
volume = CARTRIDGE_VOLUME_LARGE
|
||||
amount_per_transfer_from_this = 50
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
icon = 'icons/obj/drinks.dmi'
|
||||
icon_state = "coffeejar"
|
||||
|
||||
w_class = 3
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
|
||||
volume = CARTRIDGE_VOLUME_SMALL
|
||||
amount_per_transfer_from_this = 20
|
||||
|
||||
Reference in New Issue
Block a user