Merge pull request #6691 from davipatury/rcl

Port's RCL from /vg/
This commit is contained in:
Crazy Lemon
2017-03-11 15:30:48 -08:00
committed by GitHub
8 changed files with 219 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