Skip to content

Commit

Permalink
Remove Shift Start Auto Blue Alert + Renames Central Command to Corpo…
Browse files Browse the repository at this point in the history
…rate (#390)
  • Loading branch information
RimiNosha authored Nov 26, 2023
1 parent 35db586 commit 4c1a0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GLOBAL_VAR(command_name)
if (GLOB.command_name)
return GLOB.command_name

var/name = "Central Command"
var/name = "Corporate"

GLOB.command_name = name
return name
Expand Down
7 changes: 1 addition & 6 deletions code/game/gamemodes/dynamic/dynamic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,7 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
. += generate_station_trait_report()

print_command_report(., "[command_name()] Status Summary", announce=FALSE)
if(greenshift)
priority_announce("Thanks to the tireless efforts of our security and intelligence divisions, there are currently no credible threats to [station_name()]. All station construction projects have been authorized. Have a secure shift!", "Security Report", SSstation.announcer.get_rand_report_sound())
else
priority_announce("A summary has been copied and printed to all communications consoles.", "Security level elevated.", ANNOUNCER_INTERCEPT)
if(SSsecurity_level.get_current_level_as_number() < SEC_LEVEL_BLUE)
SSsecurity_level.set_level(SEC_LEVEL_BLUE)
minor_announce("A summary has been copied and printed to all communications consoles.", "[command_name()] Update", color_override = "blue")

/datum/game_mode/dynamic/proc/show_threatlog(mob/admin)
if(!SSticker.HasRoundStarted())
Expand Down

0 comments on commit 4c1a0ee

Please sign in to comment.