Skip to content

Commit

Permalink
bugfix:civ ak can fire military ammo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu committed Jul 12, 2024
1 parent 37df89c commit b7142de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
desc = "A 5.6x40mm civilian-grade surplus bullet casing."
special_desc = "CIVILIAN: Non-military ammunition with a low powder load. Performs worse in every aspect in comparison to its military variant."
projectile_type = /obj/projectile/bullet/a762x39/civilian
caliber = "a762x39civ"

/obj/projectile/bullet/a762x39/civilian
name = "5.6mm civilian bullet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
icon_state = "akm_civ"
max_ammo = 15
ammo_type = /obj/item/ammo_casing/realistic/a762x39/civilian
caliber = "a762x39civ"

/obj/item/gun/ballistic/automatic/akm/modern
name = "\improper Bubba's Krinkov"
Expand Down

0 comments on commit b7142de

Please sign in to comment.