Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Removes Shage font, now unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Feb 15, 2019
1 parent 43bd6f9 commit 7a8923d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 150 deletions.
2 changes: 0 additions & 2 deletions code/_global_vars/misc.dm
@@ -1,3 +1 @@
GLOBAL_LIST_EMPTY(all_observable_events)

GLOBAL_LIST_INIT(font_resources, list('fonts/Shage/Shage.ttf'))
2 changes: 1 addition & 1 deletion code/modules/mob/language/factional.dm
Expand Up @@ -58,6 +58,6 @@
. = ..()
var/input_size = length(.)
if(copytext(., input_size) in list("!","?","."))
. = "[copytext(.,1,input_size)], mayet[copytext(.,input_size)]"
. = "[copytext(., 1, input_size)], mayet[copytext(., input_size)]"
else
. += ", mayet"
3 changes: 1 addition & 2 deletions code/modules/mob/language/generic.dm
Expand Up @@ -22,7 +22,6 @@
/datum/language/common
name = LANGUAGE_RUNGLISH
desc = "The official language of space, first pioneered on the International Space Station in days of yore. A combination of English and Russian."
colour = "runglish"
speech_verb = "says"
whisper_verb = "whispers"
key = "0"
Expand All @@ -38,7 +37,7 @@

/datum/language/common/get_random_name(var/gender, name_count=2, syllable_count=4, syllable_divisor=2)
if (prob(80))
if(gender==FEMALE)
if(gender == FEMALE)
return capitalize(pick(GLOB.first_names_female)) + " " + capitalize(pick(GLOB.last_names))
else
return capitalize(pick(GLOB.first_names_male)) + " " + capitalize(pick(GLOB.last_names))
Expand Down
1 change: 0 additions & 1 deletion code/stylesheet.dm
Expand Up @@ -89,7 +89,6 @@ h1.alert, h2.alert {color: #000000;}
/* Languages */

.alien {color: #543354;}
.runglish {color: #9C250B;}
.lunar {color: #6E0B9C;}
.exterior {color: #0B819C;}
.belter {color: #9C6E0B;}
Expand Down
22 changes: 0 additions & 22 deletions fonts/Shage/README.txt

This file was deleted.

Binary file removed fonts/Shage/Shage.ttf
Binary file not shown.
4 changes: 0 additions & 4 deletions fonts/Shage/license.txt

This file was deleted.

61 changes: 0 additions & 61 deletions tools/languageconverter/README.txt

This file was deleted.

Binary file removed tools/languageconverter/Shage.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion tools/languageconverter/Shage_3.html

This file was deleted.

23 changes: 0 additions & 23 deletions tools/languageconverter/detransliterator.py

This file was deleted.

4 changes: 0 additions & 4 deletions tools/languageconverter/license.txt

This file was deleted.

Binary file removed tools/languageconverter/shageletters.docx
Binary file not shown.
29 changes: 0 additions & 29 deletions tools/languageconverter/transliterator.py

This file was deleted.

0 comments on commit 7a8923d

Please sign in to comment.