Skip to content

Commit

Permalink
dnm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty-Omaha committed Mar 12, 2020
1 parent 964ae13 commit 57ed697
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@
P.faxmachineid = fax.UID()
P.loc = fax.loc // Do not use fax.receivefax(P) here, as it won't preserve the type. Physically teleporting the fax paper is required.
if(istype(H) && H.stat == CONSCIOUS && (istype(H.l_ear, /obj/item/radio/headset) || istype(H.r_ear, /obj/item/radio/headset)))
to_chat(H, "<span class='userdanger'>Your headset pings, notifying you that a reply to your fax has arrived.</span>")
to_chat(H, "<span class = 'specialnotice'>Your headset pings, notifying you that a reply to your fax has arrived.</span>")
to_chat(src.owner, "You sent a [eviltype] fax to [H]")
log_admin("[key_name(src.owner)] sent [key_name(H)] a [eviltype] fax")
message_admins("[key_name_admin(src.owner)] replied to [key_name_admin(H)] with a [eviltype] fax")
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/randomverbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

log_admin("[key_name(src)] replied to [key_name(H)]'s [sender] message with the message [input].")
message_admins("[key_name_admin(src)] replied to [key_name_admin(H)]'s [sender] message with: \"[input]\"")
to_chat(H, "You hear something crackle in your ears for a moment before a voice speaks. \"Please stand by for a message from [sender == "Syndicate" ? "your benefactor" : "Central Command"]. Message as follows[sender == "Syndicate" ? ", agent." : ":"] <span class='bold'>[input].</span> Message ends.\"")
to_chat(H, "<span class = 'specialnotice'>Please stand by for a message from [sender == "Syndicate" ? "your benefactor" : "Central Command"]. Message as follows[sender == "Syndicate" ? ", agent." : ":"] [input]")



Expand Down
2 changes: 2 additions & 0 deletions goon/browserassets/css/browserOutput-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ h1.alert, h2.alert {color: #FFF;}
.revenwarning {color: #760fbb; font-style: italic;}
.revendanger {color: #760fbb; font-weight: bold; font-size: 120%;}

.specialnotice {color: #36525e; font-weight: bold; font-size: 120%;}

/* /vg/ */
.good {color: green;}
.average {color: #FF8000;}
Expand Down
2 changes: 2 additions & 0 deletions goon/browserassets/css/browserOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ h1.alert, h2.alert {color: #000000;}
.revenwarning {color: #760fbb; font-style: italic;}
.revendanger {color: #760fbb; font-weight: bold; font-size: 120%;}

.specialnotice {color: #36525e; font-weight: bold; font-size: 120%;}

/* /vg/ */
.good {color: green;}
.average {color: #FF8000;}
Expand Down

0 comments on commit 57ed697

Please sign in to comment.