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:
@@ -316,7 +316,7 @@
|
||||
/obj/item/ammo_magazine/submachinedrum
|
||||
name = "drum magazine (.45)"
|
||||
icon_state = "tommy-drum"
|
||||
w_class = 3 // Bulky ammo doesn't fit in your pockets!
|
||||
w_class = ITEMSIZE_NORMAL // Bulky ammo doesn't fit in your pockets!
|
||||
mag_type = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/c45
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 3750)
|
||||
@@ -447,7 +447,7 @@
|
||||
/obj/item/ammo_magazine/nuke
|
||||
name = "nuclear launcher cartridge"
|
||||
icon_state = "nukemag"
|
||||
w_class = 3
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
mag_type = MAGAZINE
|
||||
caliber = "nuke"
|
||||
ammo_type = /obj/item/ammo_casing/nuke
|
||||
|
||||
Reference in New Issue
Block a user