Skip to content

Commit

Permalink
remove lethal and ruber ammo that the CL
Browse files Browse the repository at this point in the history
as in is lock box but
can't use with the gun he as in is safe.
adding the possibility to buy extra
ammo as CL
  • Loading branch information
Julien committed Jul 31, 2023
1 parent f9e17cc commit 1eb3a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/devices/portable_vendor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,7 @@

list("MISC", 0, null, null, null),
list("Hollow Cane", 15, /obj/item/weapon/pole/fancy_cane/this_is_a_knife, "white", "A hollow cane that can store any commonplace sharp weaponry. Said weapon not included."),

list("AMMO", 0, null, null, null),
list("ES-4 stun magazine", 10, /obj/item/ammo_magazine/pistol/es4, "white", "Holds 19 rounds of specialized Conductive 9mm."),
)
6 changes: 0 additions & 6 deletions code/game/objects/items/storage/lockbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
name = "\improper Wey-Yu equipment lockbox"
req_access = list(ACCESS_WY_CORPORATE)

/obj/item/storage/lockbox/loyalty/fill_preset_inventory()
new /obj/item/ammo_magazine/pistol/mod88(src)
new /obj/item/ammo_magazine/pistol/mod88(src)
new /obj/item/ammo_magazine/pistol/mod88/rubber(src)
new /obj/item/ammo_magazine/pistol/mod88/rubber(src)


/obj/item/storage/lockbox/cluster
name = "lockbox of cluster flashbangs"
Expand Down

0 comments on commit 1eb3a37

Please sign in to comment.