mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-02 04:27:42 +01:00
f46051921f
* Removes silicon's knowledge of non human languages * skyrat edit * this is on par with upstream --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
/datum/language/piratespeak
|
|
name = "Piratespeak"
|
|
desc = "The language of space pirates."
|
|
key = "p"
|
|
space_chance = 100
|
|
default_priority = 90
|
|
syllables = list(
|
|
"arr", "ahoy", "rum", "aye", "blimey", "booty", "bucko", "grog", "treasure",
|
|
"me", "scallywag", "landlubber", "poopdeck", "ye", "avast",
|
|
"shiver", "timbers", "matey", "swashbuckler"
|
|
)
|
|
icon_state = "pirate"
|