Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
doganesi committed May 17, 2024
1 parent 5050224 commit 179b0e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 179b0e6

Please sign in to comment.