From e99aa3549edfb2f2a6ea0d74e8ae60fc0fe47b07 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 3 May 2026 14:05:09 -0400 Subject: [PATCH] Makes .310 AP Unprintable (#5507) ## About The Pull Request This ammo does 25 damage per shot to a redsuit. The other maintainers agreed that this probably shouldn't be printable from the reloading bench. ## Why It's Good For The Game This ammo probably shouldn't be able to be easily printed, and saved as an OPFOR only item instead. ## Proof Of Testing I didn't have time to test it but if CI passes it works. One line change. ## Changelog :cl: balance: .310 AP ammo is no longer printable from the ammo bench. /:cl: --- .../code/company_and_or_faction_based/xhihao_light_arms/ammo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/modular_weapons/code/company_and_or_faction_based/xhihao_light_arms/ammo.dm b/modular_skyrat/modules/modular_weapons/code/company_and_or_faction_based/xhihao_light_arms/ammo.dm index d85f7c706a5..b14d2f9f270 100644 --- a/modular_skyrat/modules/modular_weapons/code/company_and_or_faction_based/xhihao_light_arms/ammo.dm +++ b/modular_skyrat/modules/modular_weapons/code/company_and_or_faction_based/xhihao_light_arms/ammo.dm @@ -13,7 +13,7 @@ projectile_type = /obj/projectile/bullet/strilka310/ap custom_materials = AMMO_MATS_AP - advanced_print_req = TRUE + can_be_printed = FALSE /obj/projectile/bullet/strilka310/ap name = ".310 armor-piercing bullet"