Merge pull request #10437 from Novacat/nova-basicfixes

Nerfs Storage Briefcases
This commit is contained in:
Novacat
2021-05-29 15:53:09 -04:00
committed by Chompstation Bot
parent 3bd3adf347
commit 200280a8da
3 changed files with 6 additions and 0 deletions

View File

@@ -244,6 +244,7 @@
desc = "A storage case for a multi-purpose handgun. Variety hour!"
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()
..()
@@ -265,6 +266,7 @@
desc = "A storage case for a multi-purpose handgun. Variety hour!"
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()
..()

View File

@@ -47,6 +47,7 @@
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
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()
..()
@@ -61,6 +62,7 @@
desc = "A storage case for a multi-purpose healing gun. Variety hour!"
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()
..()

View File

@@ -48,6 +48,7 @@
desc = "A storage case for a multi-purpose handgun. Variety hour!"
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()
..()
@@ -61,6 +62,7 @@
desc = "A storage case for a multi-purpose handgun. Variety hour!"
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()
..()