From 0dda68cd395bd7b7c17cd7ea292fb3a906ba492b Mon Sep 17 00:00:00 2001 From: Mykhailo Bykhovtsev Date: Wed, 7 Aug 2019 11:29:06 -0700 Subject: [PATCH] A.L.I.C.E. Retired (#6819) Replaced all references from A.L.I.C.E. to Bubble. --- code/game/gamemodes/game_mode.dm | 2 +- .../machinery/computer/specops_shuttle.dm | 10 ++--- code/modules/shuttles/shuttle_specops.dm | 2 +- html/changelogs/Sindorman-alice.yml | 41 +++++++++++++++++++ maps/aurora/aurora-1_centcomm.dmm | 2 +- maps/exodus/exodus-2_centcomm.dmm | 2 +- 6 files changed, 49 insertions(+), 10 deletions(-) create mode 100644 html/changelogs/Sindorman-alice.yml diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 82a0231ef3a..d39fba2bd80 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -550,7 +550,7 @@ var/global/list/additional_antag_types = list() if(evil_department) intercepttext += "
[pick(business_jargon)] indicate that a majority of the [evil_department] department [pick(mean_words)]. This department has been marked at-risk and Cent. Com. recommends immediate action before the situation worsens.
" if(total_crew) - intercepttext += "
Data collected and analyzed by A.L.I.C.E. indicate that [round((loyal_crew/total_crew)*100)]% of the current crew detail are supportive of NanoTrasen actions. Cent. Com. implores the current Head of Staff detail to increase this percentage.
" + intercepttext += "
Data collected and analyzed by Bubble indicate that [round((loyal_crew/total_crew)*100)]% of the current crew detail are supportive of NanoTrasen actions. Cent. Com. implores the current Head of Staff detail to increase this percentage.
" intercepttext += "
Respectfully,
Quix Repi'Weish, Chief Personnel Director
" intercepttext += "
" diff --git a/code/game/machinery/computer/specops_shuttle.dm b/code/game/machinery/computer/specops_shuttle.dm index f4a68e42556..5fd99db9892 100644 --- a/code/game/machinery/computer/specops_shuttle.dm +++ b/code/game/machinery/computer/specops_shuttle.dm @@ -30,7 +30,7 @@ var/specops_shuttle_timeleft = 0 var/message_tracker[] = list(0,1,2,3,5,10,30,45)//Create a a list with potential time values. var/message = "\"THE SPECIAL OPERATIONS SHUTTLE IS PREPARING TO RETURN\""//Initial message shown. if(announcer) - announcer.autosay(message, "A.L.I.C.E.", "Response Team") + announcer.autosay(message, "Bubble", "Response Team") while(specops_shuttle_time - world.timeofday > 0) var/ticksleft = specops_shuttle_time - world.timeofday @@ -46,7 +46,7 @@ var/specops_shuttle_timeleft = 0 message = "\"ALERT: [rounded_time_left] SECOND[(rounded_time_left!=1)?"S":""] REMAIN\"" if(rounded_time_left==0) message = "\"ALERT: TAKEOFF\"" - announcer.autosay(message, "A.L.I.C.E.", "Response Team") + announcer.autosay(message, "Bubble", "Response Team") message_tracker -= rounded_time_left//Remove the number from the list so it won't be called again next cycle. //Should call all the numbers but lag could mean some issues. Oh well. Not much I can do about that. @@ -105,9 +105,7 @@ var/specops_shuttle_timeleft = 0 var/message_tracker[] = list(0,1,2,3,5,10,30,45)//Create a a list with potential time values. var/message = "\"THE SPECIAL OPERATIONS SHUTTLE IS PREPARING FOR LAUNCH\""//Initial message shown. if(announcer) - announcer.autosay(message, "A.L.I.C.E.", "Response Team") -// message = "ARMORED SQUAD TAKE YOUR POSITION ON GRAVITY LAUNCH PAD" -// announcer.autosay(message, "A.L.I.C.E.", "Response Team") + announcer.autosay(message, "Bubble", "Response Team") while(specops_shuttle_time - world.timeofday > 0) var/ticksleft = specops_shuttle_time - world.timeofday @@ -123,7 +121,7 @@ var/specops_shuttle_timeleft = 0 message = "\"ALERT: [rounded_time_left] SECOND[(rounded_time_left!=1)?"S":""] REMAIN\"" if(rounded_time_left==0) message = "\"ALERT: TAKEOFF\"" - announcer.autosay(message, "A.L.I.C.E.", "Response Team") + announcer.autosay(message, "Bubble", "Response Team") message_tracker -= rounded_time_left//Remove the number from the list so it won't be called again next cycle. //Should call all the numbers but lag could mean some issues. Oh well. Not much I can do about that. diff --git a/code/modules/shuttles/shuttle_specops.dm b/code/modules/shuttles/shuttle_specops.dm index 1c35fb26ddc..ccf8629eb30 100644 --- a/code/modules/shuttles/shuttle_specops.dm +++ b/code/modules/shuttles/shuttle_specops.dm @@ -51,7 +51,7 @@ /datum/shuttle/ferry/multidock/specops/proc/radio_announce(var/message) if(announcer) - announcer.autosay(message, "A.L.I.C.E.", "Response Team") + announcer.autosay(message, "Bubble", "Response Team") /datum/shuttle/ferry/multidock/specops/launch(var/user) diff --git a/html/changelogs/Sindorman-alice.yml b/html/changelogs/Sindorman-alice.yml new file mode 100644 index 00000000000..9ca46bc43b6 --- /dev/null +++ b/html/changelogs/Sindorman-alice.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: PoZe + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "A.L.I.C.E. has been replaced by Bubble." diff --git a/maps/aurora/aurora-1_centcomm.dmm b/maps/aurora/aurora-1_centcomm.dmm index 303f5ddf53e..a32e9dc2da9 100644 --- a/maps/aurora/aurora-1_centcomm.dmm +++ b/maps/aurora/aurora-1_centcomm.dmm @@ -10782,7 +10782,7 @@ /area/centcom/control) "ayS" = ( /mob/living/silicon/decoy{ - name = "A.L.I.C.E." + name = "Bubble" }, /turf/unsimulated/floor{ icon_state = "whiteshiny" diff --git a/maps/exodus/exodus-2_centcomm.dmm b/maps/exodus/exodus-2_centcomm.dmm index b762de64357..af99611601e 100644 --- a/maps/exodus/exodus-2_centcomm.dmm +++ b/maps/exodus/exodus-2_centcomm.dmm @@ -7589,7 +7589,7 @@ /area/centcom/specops) "avN" = ( /mob/living/silicon/decoy{ - name = "A.L.I.C.E." + name = "Bubble" }, /turf/unsimulated/floor{ icon_state = "whiteshiny"