Skip to content

Commit

Permalink
nerfs SVG
Browse files Browse the repository at this point in the history
your math increase !
  • Loading branch information
Martinpachu committed Jan 23, 2024
1 parent 9c96b6f commit 7592e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/boxes_magazines/external/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@

/obj/item/ammo_box/magazine/ak47
name = "assault rifle magazine (7.62x39mm)"
desc = "A sharply-curved, 30-round magazine for 7.62x39mm assault rifles. These rounds do good damage with good armor penetration."
desc = "A sharply-curved, 20-round magazine for 7.62x39mm assault rifles. These rounds do good damage with good armor penetration."
icon_state = "ak47_mag"
ammo_type = /obj/item/ammo_casing/a762_39
caliber = "7.62x39mm"
max_ammo = 30
max_ammo = 20

/obj/item/ammo_box/magazine/ak47/update_icon_state()
. = ..()
Expand Down

0 comments on commit 7592e9d

Please sign in to comment.