From a39ffe037fbccfbfd7976ae07a99f4a094c8c32f Mon Sep 17 00:00:00 2001 From: nikothedude <59709059+nikothedude@users.noreply.github.com> Date: Fri, 22 May 2026 23:25:51 -0400 Subject: [PATCH] Swaps NOGUN and ILLITERATE on lycans with CHUNKYFINGERS (#5648) ## About The Pull Request Title. This makes lycans able to use consoles, PDAs, and triggerguarded guns. Such as bows. ## Why It's Good For The Game I kinda just dont like that lycans are made randomly unable to read when theyre still the same person? Also, this allows them to use bows, which I think is appropriate for their inspiration (WTA). Not like they can use it well - they have to drag the quiver around. ## Proof Of Testing
Screenshots/Videos image
## Changelog :cl: balance: Lycans can now use bows, triggerguarded guns, and consoles. /:cl: --- .../modules/customization/species/lycans/_lycan_species.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_zubbers/code/modules/customization/species/lycans/_lycan_species.dm b/modular_zubbers/code/modules/customization/species/lycans/_lycan_species.dm index bfa1df3f616..8c73712554c 100644 --- a/modular_zubbers/code/modules/customization/species/lycans/_lycan_species.dm +++ b/modular_zubbers/code/modules/customization/species/lycans/_lycan_species.dm @@ -41,11 +41,10 @@ // Lycan Specific Things TRAIT_LUPINE, TRAIT_BEAST_FORM, - TRAIT_NOGUNS, TRAIT_LYCAN, TRAIT_QUICKER_CARRY, // It'd be on par with nitrile gloves. TRAIT_PIERCEIMMUNE, // Thick skin - TRAIT_ILLITERATE, // To avoid using consoles or such. + TRAIT_CHUNKYFINGERS, TRAIT_FAST_METABOLISM, )