From baf9ef3e19fb2e4dc11e651c8b8ec521148025b0 Mon Sep 17 00:00:00 2001 From: nightred Date: Fri, 6 Mar 2020 09:49:50 -0600 Subject: [PATCH] one more useless check removed --- code/datums/components/twohanded.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/twohanded.dm b/code/datums/components/twohanded.dm index a36da4b967d..9cc824dd5e3 100644 --- a/code/datums/components/twohanded.dm +++ b/code/datums/components/twohanded.dm @@ -177,7 +177,7 @@ * * show_message (option) show a message to chat on unwield */ /datum/component/two_handed/proc/unwield(mob/living/carbon/user, show_message=TRUE) - if(!wielded || !istype(user)) + if(!wielded) return // wield update status