Skip to content

Commit

Permalink
fixes yeosa'unathi
Browse files Browse the repository at this point in the history
DOH
  • Loading branch information
lectronyx committed Jan 26, 2024
1 parent 3d64c4a commit c64fe1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/language/draconic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ra", "ar", "re", "er", "ri", "ir", "ro", "or", "ru", "ur", "rs", "sr",
"a", "a", "e", "e", "i", "i", "o", "o", "u", "u", "s", "s"
)
icon_state = "lizard"
icon_state = "squiddish"
default_priority = 90

/datum/language/kalixcis
Expand Down
7 changes: 3 additions & 4 deletions code/modules/language/language_holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,18 @@ Key procs

/datum/language_holder/lizard
understood_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
/datum/language/yeosa = list(LANGUAGE_ATOM),
/datum/language/draconic = list(LANGUAGE_ATOM))
spoken_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
/datum/language/draconic = list(LANGUAGE_ATOM),
/datum/language/yeosa = list(LANGUAGE_ATOM))

/datum/language/draconic = list(LANGUAGE_ATOM)
/datum/language_holder/lizard/ash
selected_language = /datum/language/draconic

Check failure on line 276 in code/modules/language/language_holder.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got 'selected_language', expected one of: '(', operator, field access, ')', ','

/datum/language_holder/yeosa
understood_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
/datum/language/draconic = list(LANGUAGE_ATOM),
/datum/language/yeosa = list(LANGUAGE_ATOM))
spoken_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
/datum/language/draconic = list(LANGUAGE_ATOM),
/datum/language/yeosa = list(LANGUAGE_ATOM))

/datum/language_holder/monkey
Expand Down
Binary file modified icons/misc/language.dmi
Binary file not shown.

0 comments on commit c64fe1b

Please sign in to comment.