From 179b0e6adce61f0ce9d9fd640445443f5dd25500 Mon Sep 17 00:00:00 2001 From: Daniel Oganesian Date: Fri, 17 May 2024 09:28:26 -0700 Subject: [PATCH] undo --- code/game/objects/items/storage/misc.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/items/storage/misc.dm b/code/game/objects/items/storage/misc.dm index dafc068d841b..424a4f5be0e8 100644 --- a/code/game/objects/items/storage/misc.dm +++ b/code/game/objects/items/storage/misc.dm @@ -119,7 +119,6 @@ w_class = SIZE_SMALL max_w_class = SIZE_TINY storage_slots = 2 - can_hold = list(/obj/item/weapon/gun/pistol/clfpistol, /obj/item/ammo_magazine/pistol/clfpistol) /obj/item/storage/box/clf/fill_preset_inventory() new /obj/item/weapon/gun/pistol/clfpistol(src) @@ -133,7 +132,6 @@ w_class = SIZE_MEDIUM max_w_class = SIZE_MEDIUM storage_slots = 3 - can_hold = list(/obj/item/weapon/gun/pistol/t73, /obj/item/ammo_magazine/pistol/t73) /obj/item/storage/box/upp/fill_preset_inventory() new /obj/item/weapon/gun/pistol/t73(src) @@ -149,7 +147,6 @@ storage_slots = 3 w_class = SIZE_SMALL max_w_class = SIZE_SMALL - can_hold = list(/obj/item/attachable/bayonet/co2, /obj/item/co2_cartridge) /obj/item/storage/box/co2_knife/fill_preset_inventory() new /obj/item/attachable/bayonet/co2(src)