Merge pull request #665 from Petethegoat/equipfix

Misc fixes- #649 and #663
This commit is contained in:
Cael Aislinn
2013-05-30 21:48:22 -07:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -446,9 +446,9 @@
H << "<span class='notice'>You are not holding anything to equip.</span>"
return
H.drop_from_inventory(I)
H.equip_to_appropriate_slot(I)
H.update_inv_l_hand(0)
H.update_inv_r_hand(0)
H.update_hud()
/mob/living/verb/resist()