Skip to content

Commit

Permalink
PKP HEAP loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 23, 2024
1 parent 59fe33a commit 101b33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/magazines/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
gun_type = /obj/item/weapon/gun/m60

/obj/item/ammo_magazine/pkp
name = "QYJ-72 ammo box (10x31mm)"
desc = "A 250 round box for the UPP's standard GPMG, the QYJ-72. Chambered in 10x31mm."
name = "QYJ-72 ammo box (10x31mm HEAP)"
desc = "A 250 round box of HEAP ammunition for the UPP's standard GPMG, the QYJ-72. Chambered in 10x31mm."
caliber = "10x31mm"
icon = 'icons/obj/items/weapons/guns/ammo_by_faction/upp.dmi'
icon_state = "qjy72"

matter = list("metal" = 10000)
default_ammo = /datum/ammo/bullet/rifle/heavy/upp
default_ammo = /datum/ammo/bullet/rifle/heavy/heap/upp
max_rounds = 250
reload_delay = 12
gun_type = /obj/item/weapon/gun/pkp
Expand Down

0 comments on commit 101b33b

Please sign in to comment.