From 57312d52e18bc4910eb19fb49730380bac1e4b98 Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:14:17 -0300 Subject: [PATCH] Makes 8x50 boxes have exactly 5 rounds more. (#3242) ## About The Pull Request Mystery PR. ## Why It's Good For The Game Makes ammo for the illestren slightly cheaper! Enough for it to be as good economically as pistols i think. ## Changelog :cl: balance: 8x50 boxes now come with 25 ammo as opposed to 20. /:cl: --- code/modules/projectiles/boxes_magazines/ammo_boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm index 955856704ac6..6756afadaf5b 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_boxes.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_boxes.dm @@ -447,7 +447,7 @@ desc = "A box of standard 8x50mm ammo." icon_state = "8x50mmbox" ammo_type = /obj/item/ammo_casing/a8_50r - max_ammo = 20 + max_ammo = 25 /obj/item/ammo_box/ferropelletbox name = "ammo box (ferromagnetic pellets)"