This commit is contained in:
davipatury
2017-03-05 13:22:55 -03:00
parent 0685f14e20
commit a913797bf1
8 changed files with 222 additions and 76 deletions
+4
View File
@@ -199,6 +199,10 @@
var/atom/O = mob.loc
return O.relaymove(mob, direct)
if(istype(mob.get_active_hand(), /obj/item))
var/obj/item/I = mob.get_active_hand()
I.moved(mob, n, direct)
if(!mob.Process_Spacemove(direct))
return 0