TGUI reset and removal of unticked files and ci suite update (#14677)

* Adds easy to extend custom svg font. (#57717)

Just throw in svgs into tgui/packages/tgfont/icons directory and you can use them in tgui with tg- prefix.

Co-authored-by: Style Mistake <stylemistake@gmail.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>

* Update build.js

* Update build.js

* Update build.js

* ew

* more??

* Update validate_dme.py

* Update validate_dme.py

* Delete explorer_gear.dm

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
Co-authored-by: Style Mistake <stylemistake@gmail.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Gandalf
2022-07-02 01:16:15 +01:00
committed by GitHub
parent 865ae82d66
commit de8807eee2
33 changed files with 28 additions and 10523 deletions
-43
View File
@@ -1,43 +0,0 @@
/datum/language/swarmer
name = "Swarmer"
desc = "A language only consisting of musical notes."
spans = list(SPAN_ROBOT)
key = "s"
flags = NO_STUTTER
space_chance = 100
sentence_chance = 0
default_priority = 60
icon_state = "swarmer"
secret = TRUE // SKYRAT EDIT
// since various flats and sharps are the same,
// all non-accidental notes are doubled in the list
/* The list with unicode symbols for the accents.
syllables = list(
"C", "C",
"C♯", "D♭",
"D", "D",
"D♯", "E♭",
"E", "E",
"F", "F",
"F♯", "G♭",
"G", "G",
"G♯", "A♭",
"A", "A",
"A♯", "B♭",
"B", "B")
*/
syllables = list(
"C", "C",
"C#", "Db",
"D", "D",
"D#", "Eb",
"E", "E",
"F", "F",
"F#", "Gb",
"G", "G",
"G#", "Ab",
"A", "A",
"A#", "Bb",
"B", "B")