Files
Bubberstation/code/modules/language/piratespeak.dm
T
SkyratBot f46051921f [MIRROR] Removes silicon's knowledge of non human languages [MDB IGNORE] (#22169)
* 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>
2023-07-01 12:20:33 -07:00

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"