From a19275784349ba554e300dece4e624aaec212ca3 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Fri, 18 Jun 2021 13:22:48 -0400 Subject: [PATCH] BUG FIX: Changeling Bone Gauntlets work again (#14862) * Fixes Bone Gauntlets * Better fix * return --- code/modules/antagonists/changeling/powers/mutations.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index b7aeb23e6f..3857d1206c 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -684,6 +684,7 @@ if(HAS_TRAIT(user, TRAIT_NOPUGILIST)) to_chat(user, "We would gain nothing by forming our fists into brute-force weapons when we are trained in precision martial arts!") return + return ..() /obj/item/clothing/gloves/fingerless/pugilist/cling // switches between lesser GotNS and Big Punchy Rib Breaky Hands name = "hewn bone gauntlets"