Resolves #6864 - Sets ticker can_fire=1 inside the start_now verb.

This commit is contained in:
carnie
2015-01-07 17:13:23 +00:00
parent a4fa7027bc
commit 4bcc5ec791
+1 -3
View File
@@ -578,10 +578,8 @@ var/global/floorIsLava = 0
set category = "Server"
set desc="Start the round RIGHT NOW"
set name="Start Now"
if(!ticker)
alert("Unable to start the game as it is not set up.")
return
if(ticker.current_state == GAME_STATE_PREGAME)
ticker.can_fire = 1
ticker.current_state = GAME_STATE_SETTING_UP
log_admin("[usr.key] has started the game.")
message_admins("<font color='blue'>[usr.key] has started the game.</font>")