From fcf4aa2cb7ee7393171444d981e47235ec40f8ba Mon Sep 17 00:00:00 2001 From: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com> Date: Wed, 3 May 2023 07:52:38 -0400 Subject: [PATCH] Fixes the AMR fitting anywhere except on your back (YEAH ITS A BUG NOT A FEATURE) (#20872) it was as simple as that --- modular_skyrat/modules/novaya_ert/code/surplus_weapons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_skyrat/modules/novaya_ert/code/surplus_weapons.dm b/modular_skyrat/modules/novaya_ert/code/surplus_weapons.dm index 8956be2a349..ac3152cd02d 100644 --- a/modular_skyrat/modules/novaya_ert/code/surplus_weapons.dm +++ b/modular_skyrat/modules/novaya_ert/code/surplus_weapons.dm @@ -119,7 +119,7 @@ icon_state = "amr" inhand_icon_state = "amr" worn_icon_state = "amr" - w_class = WEIGHT_CLASS_BULKY + w_class = WEIGHT_CLASS_HUGE slot_flags = ITEM_SLOT_BACK mag_type = /obj/item/ammo_box/magazine/cin_amr @@ -189,5 +189,5 @@ damage = 50 armour_penetration = 75 wound_bonus = -30 - bare_wound_bonus = -15 + bare_wound_bonus = -15 projectile_piercing = PASSGLASS | PASSMACHINE | PASSSTRUCTURE | PASSDOORS | PASSGRILLE // Wallbang (except it cant penetrate walls) baby