mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 11:41:14 +00:00
Crew Transfer No Longer Blocked by Security Level
This commit is contained in:
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user