Files
kiwistation/code/modules/language/piratespeak.dm
T
EOBGames 297d7e7d9b TG's Got the Pop Factor: The Singing Update (#49063)
* Sing a lovely song

* minor changes, ~ to %, and removal of specific logging

* 512 support

don't trust byond

* oops
2020-01-31 20:10:55 +01:00

17 lines
451 B
Plaintext

/datum/language/piratespeak
name = "Piratespeak"
desc = "The language of space pirates."
speech_verb = "says"
ask_verb = "asks"
exclaim_verb = "exclaims"
sing_verb = "shanties"
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"