Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Aug 16, 2024
1 parent 17e7b15 commit 2c0300b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,3 @@
new /obj/item/attachable/bayonet/co2(src)
new /obj/item/co2_cartridge(src)
new /obj/item/co2_cartridge(src)

/obj/item/storage/box/cmb //looted cmb
name = "CMB storing case"
desc = "Taken from an Colonial Marshall armory of a colony you previously deployed to recover, since no one was left to miss it."
icon = 'icons/obj/items/storage.dmi'
icon_state = "matebacase"
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 3

/obj/item/storage/box/upp/fill_preset_inventory()
new /obj/item/weapon/gun/revolver/cmb(src)
new /obj/item/ammo_magazine/revolver/cmb/hollowpoint
new /obj/item/ammo_magazine/revolver/cmb/hollowpoint
5 changes: 0 additions & 5 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -731,11 +731,6 @@ var/global/list/gear_datums_by_name = list()
slot = WEAR_IN_BACK
cost = 4

/datum/gear/weapon/upppistol //looted colony revolver
display_name = "Spearhead Revolver"
path = /obj/item/storage/box/cmb
slot = WEAR_IN_BACK

/datum/gear/weapon/m4a3_custom
display_name = "M4A3 Custom Pistol"
path = /obj/item/weapon/gun/pistol/m4a3/custom
Expand Down

0 comments on commit 2c0300b

Please sign in to comment.