/datum/game_mode/sandbox name = "sandbox" config_tag = "sandbox" required_players = 0 uplink_welcome = "Syndicate Uplink Console:" uplink_uses = 10 /datum/game_mode/sandbox/announce() world << "The current game mode is - Sandbox!" world << "Build your own station with the sandbox-panel command!" /datum/game_mode/sandbox/pre_setup() for(var/mob/M in player_list) M.CanBuild() return 1 /datum/game_mode/sandbox/post_setup() ..() if(emergency_shuttle) emergency_shuttle.always_fake_recall = 1