From d7a41b133d7706b2f7edb4fd6c2617ef2e4cfc91 Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Mon, 20 May 2024 05:59:32 -0300 Subject: [PATCH] Nerfs the size of the Etherbor Pistol and Etherbor Rifle (#2960) ## About The Pull Request ohhh the lizard ## Why It's Good For The Game I think they're too strong for their size, with the pistol being more or less equal to a Sharplite laser gun that is normal sized or a pistol that is normal sized, and the Etherbor Rifle being more or less equal to an SMG which is also bulky sized. The BG-16 stays as it was before. ## Changelog :cl: balance: The civilian etherbor weapons have been made larger (the SG-8 being normal sized and the BG-12 being bulky sized) /:cl: --- .../projectiles/guns/faction/gezena/energy_gunsword.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/guns/faction/gezena/energy_gunsword.dm b/code/modules/projectiles/guns/faction/gezena/energy_gunsword.dm index 8684fa867288..aea05fb8fe51 100644 --- a/code/modules/projectiles/guns/faction/gezena/energy_gunsword.dm +++ b/code/modules/projectiles/guns/faction/gezena/energy_gunsword.dm @@ -7,7 +7,7 @@ lefthand_file = 'icons/obj/guns/faction/gezena/lefthand.dmi' righthand_file = 'icons/obj/guns/faction/gezena/righthand.dmi' mob_overlay_icon = 'icons/mob/clothing/faction/gezena/belt.dmi' - w_class = WEIGHT_CLASS_NORMAL + w_class = WEIGHT_CLASS_BULKY modifystate = TRUE @@ -45,6 +45,7 @@ desc = "An advanced variant of the BG-12, the BG-16 is the military-grade beam gun designed and manufactured by Etherbor Industries as the standard-issue close-range weapon of the PGF." icon_state = "pgfgun" item_state = "pgfgun" + w_class = WEIGHT_CLASS_NORMAL cell_type = /obj/item/stock_parts/cell/gun/pgf ammo_type = list(/obj/item/ammo_casing/energy/pgf , /obj/item/ammo_casing/energy/disabler/hitscan) @@ -72,8 +73,7 @@ desc = "Etherbor's current and sidearm offering. While intended for marines, it's also available for civillians" icon_state = "kalixpistol" item_state = "kalixpistol" - w_class = WEIGHT_CLASS_SMALL - + w_class = WEIGHT_CLASS_NORMAL modifystate = FALSE wield_delay = 0.2 SECONDS