Fixes akimbo (crafted) chainsaws (#14993)

This commit is contained in:
dearmochi
2020-11-26 10:45:00 +01:00
committed by GitHub
parent 388b69d78e
commit edf4debdeb
@@ -162,6 +162,9 @@
..()
if(slot == slot_l_hand || slot == slot_r_hand)
wield(user)
if(!wielded) // Drop immediately if we couldn't wield
user.drop_item()
to_chat(user, "<span class='notice'>[src] is too cumbersome to carry in one hand!</span>")
else
unwield(user)