Removed Z-up function from Client/Center()

Turns out this was allowing mecha to travel semi-unrestricted upwards
through z-levels, including to Central Command and the Away Mission.
This commit is contained in:
Akai Alonkai
2013-08-06 10:46:23 -04:00
parent e73b88633d
commit 2db7beb19c

View File

@@ -166,10 +166,12 @@
/client/Center()
/* No 3D movement in 2D spessman game. dir 16 is Z Up
if (isobj(mob.loc))
var/obj/O = mob.loc
if (mob.canmove)
return O.relaymove(mob, 16)
*/
return