Crew Transfer No Longer Blocked by Security Level

This commit is contained in:
Fox-McCloud
2015-11-18 00:10:07 -05:00
parent 6ff5ef7ae4
commit d795380caf

View File

@@ -206,8 +206,6 @@ datum/controller/vote
question = "End the shift?"
choices.Add("Initiate Crew Transfer", "Continue The Round")
else
if (security_level > SEC_LEVEL_BLUE)
return 0
if(ticker.current_state <= 2)
return 0
question = "End the shift?"