Merge pull request #103 from alex-gh/mech_inv_fix

mecha fixes
This commit is contained in:
ZomgPonies
2014-01-03 11:17:42 -08:00
4 changed files with 15 additions and 2 deletions
+3 -1
View File
@@ -241,6 +241,8 @@ var/list/slot_equipment_priority = list( \
set category = "Object"
set src = usr
if(istype(loc,/obj/mecha)) return
if(hand)
var/obj/item/W = l_hand
if (W)
@@ -983,4 +985,4 @@ mob/verb/yank_out_object()
host << "<span class='info'>You are now a mouse. Try to avoid interaction with players, and do not give hints away that you are more than a simple rodent.</span>"
else
usr << "You are not dead or you have given up your right to be respawned!"
return
return