mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #10437 from Novacat/nova-basicfixes
Nerfs Storage Briefcases
This commit is contained in:
committed by
Chompstation Bot
parent
3bd3adf347
commit
200280a8da
@@ -244,6 +244,7 @@
|
|||||||
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded,/obj/item/ammo_magazine/cell_mag,/obj/item/ammo_casing/microbattery)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid/New()
|
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid/New()
|
||||||
..()
|
..()
|
||||||
@@ -265,6 +266,7 @@
|
|||||||
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded,/obj/item/ammo_magazine/cell_mag,/obj/item/ammo_casing/microbattery)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid_combat/New()
|
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid_combat/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
|
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded/medical,/obj/item/ammo_magazine/cell_mag/medical,/obj/item/ammo_casing/microbattery/medical)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nerd_pack_med/New()
|
/obj/item/weapon/storage/secure/briefcase/nerd_pack_med/New()
|
||||||
..()
|
..()
|
||||||
@@ -61,6 +62,7 @@
|
|||||||
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
|
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded/medical,/obj/item/ammo_magazine/cell_mag/medical,/obj/item/ammo_casing/microbattery/medical)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nerd_pack_cmo/New()
|
/obj/item/weapon/storage/secure/briefcase/nerd_pack_cmo/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded/combat,/obj/item/ammo_magazine/cell_mag/combat,/obj/item/ammo_casing/microbattery/combat)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack/New()
|
/obj/item/weapon/storage/secure/briefcase/nsfw_pack/New()
|
||||||
..()
|
..()
|
||||||
@@ -61,6 +62,7 @@
|
|||||||
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
|
can_hold = list(/obj/item/weapon/gun/projectile/cell_loaded/combat,/obj/item/ammo_magazine/cell_mag/combat,/obj/item/ammo_casing/microbattery/combat)
|
||||||
|
|
||||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hos/New()
|
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hos/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user