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. -->