Unloaded Armory (#20309)

* All the ballistic weapons in the armory now start unloaded. Magazines
and rounds that would've spawned in the weapon now spawns in the ammo
lockers. In effect, two beanbags shells have been added to the armory.
This commit is contained in:
Geeves
2025-01-13 11:32:18 +00:00
committed by GitHub
parent 6810909bee
commit 0890f9a1e1
7 changed files with 43 additions and 12 deletions
@@ -51,6 +51,6 @@
name = "anti-materiel weapons platform cabinet"
/obj/structure/closet/secure_closet/guncabinet/peac/fill()
new /obj/item/gun/projectile/peac(src)
for(var/i = 1 to 3)
new /obj/item/gun/projectile/peac/unloaded(src)
for(var/i = 1 to 4)
new /obj/item/ammo_casing/peac(src)