Merge pull request #4111 from Tastyfish/straightjackets-derp

[s]Fixes restrained issue with slot clicking thing
This commit is contained in:
Fox McCloud
2016-04-06 00:30:26 -04:00
+1 -1
View File
@@ -176,7 +176,7 @@
equip_to_slot_if_possible(C, slot)
else
equip_to_slot_if_possible(W, slot)
else
else if(!restrained())
W = get_item_by_slot(slot)
if(W)
W.attack_hand(src)