Removes fragmentation ammo from the sec armory (#16681)

* removes the stuff

* Update code/game/objects/structures/crates_lockers/closets/secure/guncabinet.dm

---------

Co-authored-by: DanseMacabre <rsurname1212@gmail.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
TheDanseMacabre
2023-07-15 06:10:56 -04:00
committed by GitHub
parent ced095f179
commit bdf6d87286
2 changed files with 41 additions and 2 deletions
@@ -54,5 +54,3 @@
new /obj/item/gun/projectile/peac(src)
for(var/i = 1 to 3)
new /obj/item/ammo_casing/peac(src)
for(var/i = 1 to 2)
new /obj/item/ammo_casing/peac/shrapnel(src)