Fix getting stuck in z-level 13

Tested and works
This commit is contained in:
Razgriz
2021-09-14 18:04:55 -07:00
committed by GitHub
parent b8ac289bda
commit 51f78f0fb2

View File

@@ -12,7 +12,8 @@
#define Z_LEVEL_SURFACE_CASINO 10 //CHOMPedit - KSC = So there is weather on the casino.
#define Z_LEVEL_GATEWAY 11 //CHOMPedit - KSC = changed 10-11 so weather works on casino.
//#define Z_LEVEL_EMPTY_SPACE 12 //CHOMPedit: Disabling empty space as now the overmap generates empty space on demand. Z_LEVEL_SURFACE and below have been decreased by 1 because byond fucks things if you don't do that.
#define Z_LEVEL_FUELDEPOT 13
//Skip 13 and 14 for overmap stuff, I think???
#define Z_LEVEL_FUELDEPOT 15
/datum/map/southern_cross
name = "Southern Cross"