mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
flags = OPENCONTAINER|NOBLUDGEON
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 3
|
||||
w_class = 2.0
|
||||
w_class = ITEMSIZE_SMALL
|
||||
throw_speed = 2
|
||||
throw_range = 10
|
||||
amount_per_transfer_from_this = 10
|
||||
@@ -200,7 +200,7 @@
|
||||
contained_sprite = TRUE
|
||||
center_of_mass = list("x" = 16,"y" = 16)
|
||||
throwforce = 3
|
||||
w_class = 3.0
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
possible_transfer_amounts = null
|
||||
volume = 600
|
||||
origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 3, TECH_ENGINEERING = 3)
|
||||
|
||||
Reference in New Issue
Block a user