Hides starting CentCom global announcement, uses generic command report sound instead. Extended now a command report.

This commit is contained in:
Ren Erthilo
2012-04-17 21:02:16 +01:00
parent 249f38d464
commit 5899ed38fc
2 changed files with 9 additions and 12 deletions
+6 -10
View File
@@ -6,21 +6,17 @@
uplink_welcome = "Syndicate Uplink Console:"
uplink_uses = 10
// Enable this and the below to have command reports in extended
// var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
// var/const/waittime_h = 1800
var/const/waittime_l = 600 //lower bound on time before intercept arrives (in tenths of seconds)
var/const/waittime_h = 1800
/datum/game_mode/announce()
world << "<B>The current game mode is - Extended Role-Playing!</B>"
world << "<B>Just have fun and role-play!</B>"
/datum/game_mode/extended/pre_setup()
// setup_sectors()
// spawn_exporation_packs()
return 1
// Enable this and the above to have command reports in extended
///datum/game_mode/extended/post_setup()
// send_intercept()
//
// ..()
/datum/game_mode/extended/post_setup()
spawn (rand(waittime_l, waittime_h)) // To reduce extended meta.
send_intercept()
..()
+3 -2
View File
@@ -232,11 +232,12 @@ Whitespace:Seperator;"}
comm.messagetitle.Add("Cent. Com. Status Summary")
comm.messagetext.Add(intercepttext)
world << sound('commandreport.ogg')
command_alert("Summary downloaded and printed out at all communications consoles.", "Enemy communication intercept. Security Level Elevated.")
/* command_alert("Summary downloaded and printed out at all communications consoles.", "Enemy communication intercept. Security Level Elevated.")
world << sound('intercept.ogg')
if(security_level < SEC_LEVEL_BLUE)
set_security_level(SEC_LEVEL_BLUE)
set_security_level(SEC_LEVEL_BLUE)*/
/datum/game_mode/proc/get_players_for_role(var/role, override_jobbans=1)