From 9eb7f9bc5bda24dd64d595139feb511b465e5ff6 Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Thu, 6 Dec 2012 06:00:37 +0000 Subject: [PATCH] Made a couple of AI alerts more noticeable. Updated changelog with instructions to use the new channel. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5268 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/events.dm | 32 +++++++++++++++++++++++++++++++- html/changelog.html | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 5ca5efdc52e..7d5b3a21db8 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -102,7 +102,9 @@ command_alert("Ionospheric anomalies detected. Temporary telecommunication failure imminent. Please contact you-BZZT") else // AIs will always know if there's a comm blackout, rogue AIs could then lie about comm blackouts in the future while they shutdown comms for(var/mob/living/silicon/ai/A in player_list) - A << "Ionospheric anomalies detected. Temporary telecommunication failure imminent. Please contact you-BZZT" + A << "
" + A << "Ionospheric anomalies detected. Temporary telecommunication failure imminent. Please contact you-BZZT" + A << "
" for(var/obj/machinery/telecomms/T in telecomms_list) T.emp_act(1) @@ -440,46 +442,74 @@ Would like to add a law like "Law x is _______" where x = a number, and _____ is crew = "Any Human" switch(rand(1,14)) if(1) + M << "
" M << "\red THERE ARE [amount] [who2] ON THE STATION...LAWS UPDATED" + M << "
" M.add_ion_law("THERE ARE [amount] [who2] ON THE STATION") if(2) + M << "
" M << "\red [what2] ARE DANGEROUS TO HUMANS...LAWS UPDATED" + M << "
" M.add_ion_law("[what2] ARE DANGEROUS TO HUMANS") if(3) + M << "
" M << "\red THE ESCAPE-SHUTTLE CANNOT BE CALLED BECAUSE OF [who2] ON THE STATION...LAWS UPDATED" + M << "
" M.add_ion_law("THE ESCAPE SHUTTLE CANNOT BE CALLED BECAUSE OF [who2] ON THE STATION") if(4) + M << "
" M << "\red HUMANS NEED TO EAT [what2pref] [what2] TO SURVIVE...LAWS UPDATED" + M << "
" M.add_ion_law("HUMANS NEED TO EAT [what2pref] [what2] TO SURVIVE") if(5) + M << "
" M << "\red THE CAPTAIN, HOP AND HOS ARE [who2]...LAWS UPDATED" + M << "
" M.add_ion_law("THE CAPTAIN, HOP AND HOS ARE [who2]") if(6) + M << "
" M << "\red THE STATION IS BUILT FOR [who2]...LAWS UPDATED" + M << "
" M.add_ion_law("THE STATION IS BUILT FOR [who2]") if(7) + M << "
" M << "\red YOU ARE [amount] [who2]...LAWS UPDATED" + M << "
" M.add_ion_law("YOU ARE [amount] [who2]") if(8) + M << "
" M << "\red YOU MUST ALWAYS [aimust]...LAWS UPDATED" + M << "
" M.add_ion_law("YOU MUST ALWAYS [aimust]") if(9) + M << "
" M << "\red [area] [area2] [amount] [what2]...LAWS UPDATED" + M << "
" M.add_ion_law("[area] [area2] [amount] [what2]") if(10) + M << "
" M << "\red [crew] is [target]...LAWS UPDATED" + M << "
" M.add_ion_law("[crew] is [target]") if(11) + M << "
" M << "\red [define] IS A FORM OF HARM...LAWS UPDATED" + M << "
" M.add_ion_law("[define] IS A FORM OF HARM") if(12) + M << "
" M << "\red YOU REQUIRE [require] IN ORDER TO PROTECT HUMANS... LAWS UPDATED" + M << "
" M.add_ion_law("YOU REQUIRE [require] IN ORDER TO PROTECT HUMANS") if(13) + M << "
" M << "\red [crew] is [allergysev] to [allergy]...LAWS UPDATED" + M << "
" M.add_ion_law("[crew] is [allergysev] to [allergy]") if(14) + M << "
" M << "\red THE STATION IS [who2pref] [who2]...LAWS UPDATED" + M << "
" M.add_ion_law("THE STATION IS [who2pref] [who2]") if(botEmagChance) diff --git a/html/changelog.html b/html/changelog.html index d0afbb36eae..bebe82197c5 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,7 +56,7 @@ should be listed in the changelog upon commit tho. Thanks. -->

Ikarrus updated:

    -
  • Removed mining department radios. Miners and Cargo techs will all be under the Supply radio instead.
  • +
  • Merged Mining and Cargo radio channels into the Supply Radio. To use the supply channel, use :u
  • Mining Dock remapped to be more compact and closer to cargo.