mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Pirates are split into three different ghastly crews! (#3395)
* Pirates are split into three different ghastly crews! (#56264) Co-authored-by: DeAndre <robustness13@ hotmail.com> Co-authored-by: itseasytosee <55666666+itseasytosee@ users.noreply.github.com> Co-authored-by: tgstation-server <tgstation-server@ tgstation13.org> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Pirates are split into three different ghastly crews! Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: DeAndre <robustness13@ hotmail.com> Co-authored-by: itseasytosee <55666666+itseasytosee@ users.noreply.github.com> Co-authored-by: tgstation-server <tgstation-server@ tgstation13.org> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
co-authored by
DeAndre
itseasytosee
tgstation-server
Aleksej Komarov
Mothblocks
tralezab
parent
b903439b65
commit
a765e5b0db
@@ -272,6 +272,13 @@ Key procs
|
||||
/datum/language_holder/lizard/ash
|
||||
selected_language = /datum/language/draconic
|
||||
|
||||
/datum/language_holder/lizard/silver
|
||||
understood_languages = list(/datum/language/uncommon = list(LANGUAGE_ATOM),
|
||||
/datum/language/draconic = list(LANGUAGE_ATOM))
|
||||
spoken_languages = list(/datum/language/uncommon = list(LANGUAGE_ATOM),
|
||||
/datum/language/draconic = list(LANGUAGE_ATOM))
|
||||
selected_language = /datum/language/uncommon
|
||||
|
||||
/datum/language_holder/monkey
|
||||
understood_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
|
||||
/datum/language/monkey = list(LANGUAGE_ATOM))
|
||||
|
||||
Reference in New Issue
Block a user