mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
slot_r_hand_str = "wiz_hardsuit"
|
||||
)
|
||||
slowdown = 1
|
||||
w_class = 3
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
unacidable = 1
|
||||
armor = list(melee = 40, bullet = 20, laser = 20,energy = 20, bomb = 35, bio = 100, rad = 60)
|
||||
siemens_coefficient = 0.35
|
||||
@@ -62,4 +62,4 @@
|
||||
RH.droplimb(0,DROPLIMB_BURN)
|
||||
return
|
||||
else
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user