Away mission port from /tg/

This commit is contained in:
Markolie
2015-01-09 00:12:16 +01:00
parent c4da1e66d9
commit c70a6c172b
51 changed files with 7380 additions and 41019 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
var/use_recursive_explosions //Defines whether the server uses recursive or circular explosions.
var/assistant_maint = 0 //Do assistants get maint access?
var/gateway_delay = 9000 //How long the gateway takes before it activates. Default is half an hour.
var/gateway_delay = 6000 //How long the gateway takes before it activates. Default is half an hour.
var/ghost_interaction = 0
var/comms_password = ""
-2
View File
@@ -60,10 +60,8 @@ datum/controller/game_controller/New()
datum/controller/game_controller/proc/setup()
world.tick_lag = config.Ticklag
/* //Do we even need this if we only have a single away mission loaded? Don't think so!
spawn(20)
createRandomZlevel()
*/
if(!air_master)
air_master = new /datum/controller/air_system()