Skip to content

Commit

Permalink
[MIRROR] Add single stack practice pistol magazines
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and LordNest committed Jan 6, 2025
1 parent 903fbf4 commit 8cfa3e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/modules/projectiles/ammunition/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
labels = list("rubber")
ammo_type = /obj/item/ammo_casing/pistol/rubber

/obj/item/ammo_magazine/pistol/practice
labels = list("practice")
ammo_type = /obj/item/ammo_casing/pistol/practice

/obj/item/ammo_magazine/pistol/double
name = "doublestack pistol magazine"
icon_state = "pistol_mag"
Expand Down
5 changes: 4 additions & 1 deletion maps/torch/datums/supplypacks/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@

/singleton/hierarchy/supply_pack/security/pistolammopractice
name = "Ammunition - pistol practice ammo"
contains = list(/obj/item/ammo_magazine/pistol/double/practice = 8)
contains = list(
/obj/item/ammo_magazine/pistol/double/practice = 4,
/obj/item/ammo_magazine/pistol/practice = 4
)
cost = 20
containertype = /obj/structure/closet/crate/secure/weapon
containername = "pistol practice ammunition crate"
Expand Down

0 comments on commit 8cfa3e8

Please sign in to comment.