mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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()
|
||||
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
|
||||
|
||||
var/list/potentialRandomZlevels = list()
|
||||
|
||||
Reference in New Issue
Block a user