mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #16360 from ShadowLarkens/mapci
Make map selection marginally better and more CI friendly
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/proc/createRandomZlevel()
|
||||
if(awaydestinations.len || UNIT_TEST) //crude, but it saves another var! //VOREStation Edit - No loading away missions during CI testing
|
||||
#ifdef UNIT_TEST
|
||||
return
|
||||
#endif
|
||||
if(awaydestinations.len) //crude, but it saves another var! //VOREStation Edit - No loading away missions during CI testing
|
||||
return
|
||||
|
||||
var/list/potentialRandomZlevels = list()
|
||||
|
||||
Reference in New Issue
Block a user