Fixes CMC coord drift

Readds our local zlevel drift system to the CMC so it gives accurate coordinates. That is to say, not accurate but consistent with everything else.
This commit is contained in:
clusterfack
2015-07-13 14:36:29 -05:00
parent 54699640a2
commit a11f44d45b

View File

@@ -203,8 +203,8 @@ var/global/datum/crewmonitor/crewmonitor = new
var/area/player_area = get_area(H)
area = format_text(player_area.name)
pos_x = pos.x
pos_y = pos.y
pos_x = pos.x + WORLD_X_OFFSET[z]
pos_y = pos.y + WORLD_Y_OFFSET[z]
else
area = null
pos_x = null