Adds overmap system and examples of it's usage.

Unticked, as it disables space edge transition.

Conflicts:
	code/modules/mob/mob_movement.dm
This commit is contained in:
Chinsky
2014-06-28 14:07:21 +04:00
committed by ZomgPonies
parent f9cda2ef9c
commit 0df1dabf75
9 changed files with 1222 additions and 31 deletions
+4
View File
@@ -256,6 +256,10 @@
if(istype(mob.buckled, /obj/vehicle) || istype(mob.buckled, /obj/structure/stool/bed/chair/cart))
return mob.buckled.relaymove(mob,direct)
if(istype(mob.machine, /obj/machinery))
if(mob.machine.relaymove(mob,direct))
return
if(mob.pulledby || mob.buckled) // Wheelchair driving!
if(istype(mob.loc, /turf/space))
return // No wheelchair driving in space