mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Revert "Disable away missions during unit testing because it never finishes aaaaaaaaaaaaa"
This reverts commit ab374a35fc.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
proc/createRandomZlevel()
|
proc/createRandomZlevel()
|
||||||
if(awaydestinations.len || UNIT_TEST) //crude, but it saves another var! //VOREStation Edit - No loading away missions during Travis testing
|
if(awaydestinations.len) //crude, but it saves another var!
|
||||||
return
|
return
|
||||||
|
|
||||||
var/list/potentialRandomZlevels = list()
|
var/list/potentialRandomZlevels = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user