From 8b15283862adedc0c5ccbc53a35234897fa2ec49 Mon Sep 17 00:00:00 2001 From: Miniature Date: Fri, 16 Dec 2011 22:25:02 +1030 Subject: [PATCH] Made sandbox not votable --- code/game/gamemodes/sandbox/sandbox.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/sandbox/sandbox.dm b/code/game/gamemodes/sandbox/sandbox.dm index 7eaf181c496..67fd4208e2a 100644 --- a/code/game/gamemodes/sandbox/sandbox.dm +++ b/code/game/gamemodes/sandbox/sandbox.dm @@ -2,6 +2,7 @@ name = "sandbox" config_tag = "sandbox" required_players = 0 + votable = 0 /datum/game_mode/sandbox/announce() world << "The current game mode is - Sandbox!"