mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user