Skip to content

Commit

Permalink
Revert "Change robot talk to generic monospace"
Browse files Browse the repository at this point in the history
This reverts commit a004743.
  • Loading branch information
Tayyyyyyy committed Jan 14, 2018
1 parent a004743 commit 86260f1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/language.dm
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@

log_robot("[key_name(speaker)] : [message]")
var/message_start = "<i><span class='game say'>[name], <span class='name'>[speaker.name]</span>"
var/message_body = "<span class='message'>[speaker.say_quote(message)],<span class='robot'>\"[message]\"</span></span></span></i>"
var/message_body = "<span class='message'>[speaker.say_quote(message)],</i><span class='robot'>\"[message]\"</span></span></span>"

for(var/mob/M in dead_mob_list)
if(!isnewplayer(M) && !isbrain(M))
Expand Down
2 changes: 1 addition & 1 deletion goon/browserassets/css/browserOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ h1.alert, h2.alert {color: #000000;}
.rose {color: #ff5050;}
.sans {font-family: 'Comic Sans MS', cursive, sans-serif;}
.wingdings {font-family: Wingdings, Webdings;}
.robot {font-family: monospace, monospace; font-size: 1.2em;}
.robot {font-family: 'PxPlus IBM MDA'; font-size: 1.15em;}
.ancient {color: #008B8B; font-stye: italic;}
.newscaster {color: #800000;}
.mod {color: #735638; font-weight: bold;}
Expand Down
11 changes: 11 additions & 0 deletions goon/browserassets/css/fonts/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PxPlus IBM MDA Font (c) by VileR

email - viler/ΑΤ/int10h/DΟТ/org
www - http://int10h.org
blog - http://8088mph.blogspot.com

PxPlus IBM MDA Font is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License.

You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.
Binary file added goon/browserassets/css/fonts/PxPlus_IBM_MDA.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions goon/code/datums/browserOutput.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var/list/chatResources = list(
"goon/browserassets/css/fonts/fontawesome-webfont.svg",
"goon/browserassets/css/fonts/fontawesome-webfont.ttf",
"goon/browserassets/css/fonts/fontawesome-webfont.woff",
"goon/browserassets/css/fonts/PxPlus_IBM_MDA.ttf",
"goon/browserassets/css/font-awesome.css",
"goon/browserassets/css/browserOutput.css",
"goon/browserassets/json/unicode_9_annotations.json"
Expand Down

0 comments on commit 86260f1

Please sign in to comment.