mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -8,12 +8,9 @@
|
||||
|
||||
for(var/mob/living/silicon/ai/A in player_list) //AIs are always aware of communication blackouts.
|
||||
to_chat(A, "<br>")
|
||||
|
||||
to_chat(A, "<span class='warning'><b>[alert]</b></span>")
|
||||
|
||||
to_chat(A, "<br>")
|
||||
|
||||
|
||||
if(prob(30)) //most of the time, we don't want an announcement, so as to allow AIs to fake blackouts.
|
||||
command_announcement.Announce(alert)
|
||||
|
||||
@@ -27,10 +24,7 @@
|
||||
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)
|
||||
to_chat(A, "<br>")
|
||||
|
||||
to_chat(A, "<span class='warning'><b>Ionospheric anomalies detected. Temporary telecommunication failure imminent. Please contact you-BZZT<b></span>")
|
||||
|
||||
to_chat(A, "<br>")
|
||||
|
||||
for(var/obj/machinery/telecomms/T in telecomms_list)
|
||||
T.emp_act(1)
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
return
|
||||
|
||||
to_chat(world, "<br><br><br><font size=3><b>Random Events This Round:</b></font>")
|
||||
|
||||
for(var/datum/event/E in active_events|finished_events)
|
||||
var/datum/event_meta/EM = E.event_meta
|
||||
if(EM.name == "Nothing")
|
||||
@@ -90,7 +89,6 @@
|
||||
|
||||
to_chat(world, message)
|
||||
|
||||
|
||||
/datum/event_manager/proc/GetInteractWindow()
|
||||
var/html = "<A align='right' href='?src=\ref[src];refresh=1'>Refresh</A>"
|
||||
|
||||
|
||||
@@ -141,9 +141,7 @@ var/global/Holiday = null
|
||||
/proc/Holiday_Game_Start()
|
||||
if(Holiday)
|
||||
to_chat(world, "<font color='blue'>and...</font>")
|
||||
|
||||
to_chat(world, "<h4>Happy [Holiday] Everybody!</h4>")
|
||||
|
||||
switch(Holiday) //special holidays
|
||||
if("Easter")
|
||||
//do easter stuff
|
||||
|
||||
@@ -28,12 +28,9 @@
|
||||
if(message)
|
||||
M.add_ion_law(message)
|
||||
to_chat(M, "<br>")
|
||||
|
||||
to_chat(M, "<span class='danger'>[message] ...LAWS UPDATED</span>")
|
||||
|
||||
to_chat(M, "<br>")
|
||||
|
||||
|
||||
if(botEmagChance)
|
||||
for(var/mob/living/simple_animal/bot/bot in machines)
|
||||
if(prob(botEmagChance))
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
for(var/mob/living/silicon/ai/A in player_list)
|
||||
to_chat(A, "<span class='danger'>Malicious program detected in the [english_list(areaName)] lighting and airlock control systems by [my_department].</span>")
|
||||
|
||||
|
||||
else
|
||||
log_to_dd("ERROR: Could not initate grey-tide. Unable to find suitable containment area.")
|
||||
kill()
|
||||
|
||||
@@ -38,4 +38,3 @@
|
||||
/datum/event/undead/announce()
|
||||
for(var/mob/living/M in player_list)
|
||||
to_chat(M, "You feel [pick("a chill","a deathly chill","the undead","dirty", "creeped out","afraid","fear")]!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user