Changed return value

This commit is contained in:
Vi3trice
2021-09-14 02:15:05 -04:00
parent 21d7fbc829
commit 20ac4341f3
+1 -1
View File
@@ -97,7 +97,7 @@
var/obj/item/twohanded/O = M.get_inactive_hand()
if(istype(O))
O.unwield(M)
return slot_flags
return ..()
/obj/item/twohanded/dropped(mob/user)
..()