Skip to content

Commit

Permalink
Maybe fix redmine #95
Browse files Browse the repository at this point in the history
  • Loading branch information
d3athrow committed Feb 24, 2014
1 parent 8e5a31e commit 9ac94f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@

/mob/proc/put_in_any_hand_if_possible(obj/item/W as obj, act_on_fail = 0, disable_warning = 1, redraw_mob = 1)
if(equip_to_slot_if_possible(W, slot_l_hand, act_on_fail, disable_warning, redraw_mob))
update_inv_l_hand()
return 1
else if(equip_to_slot_if_possible(W, slot_r_hand, act_on_fail, disable_warning, redraw_mob))
update_inv_r_hand()
return 1
return 0

Expand Down

0 comments on commit 9ac94f5

Please sign in to comment.