mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
* Random Name Generation refactor, generate random names based on languages (for species without name lists, like Felinids and Podpeople) * [MIRROR] Random Name Generation refactor, generate random names based on languages (for species without name lists, like Felinids and Podpeople) (#2314) * Random Name Generation refactor, generate random names based on languages (for species without name lists, like Felinids and Podpeople) * Modular adjustments (vox, teshari names) * Update yangyu.dm * Delete language.dm * Remove language.dm override --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> * Fix 2 * fix 3 * Update monkeys.dm * test fix * One modular adjustment * Ticked * yeah * unhardcodes modsuit parts (#82905) see #70061 but i almost finished it, i only need to go through every single module and assign it a fitting part 🆑 refactor: modsuits have been refactored if you see bugs report them fix: admin cargo tech modsuit outfit now works correctly /🆑 --------- Co-authored-by: Andrew <mt.forspam@gmail.com> * Revert "unhardcodes modsuit parts (#82905)" This reverts commit 622968a8e5e9cd142cb4d19bf9775f084a4c17d9. * Removes language.dm and duplicate species() proc * Removes modular language subsystem --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com> Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Andrew <mt.forspam@gmail.com>
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
/datum/language/beachbum
|
|
name = "Beachtongue"
|
|
desc = "An ancient language from the distant Beach Planet. People magically learn to speak it under the influence of space drugs."
|
|
key = "u"
|
|
space_chance = 85
|
|
default_priority = 90
|
|
syllables = list(
|
|
"cowabunga", "rad", "radical", "dudes", "bogus", "weeed", "every",
|
|
"dee", "dah", "woah", "surf", "blazed", "high", "heinous", "day",
|
|
"brah", "bro", "blown", "catch", "body", "beach", "oooo", "twenty",
|
|
"shiz", "phiz", "wizz", "pop", "chill", "awesome", "dude", "it",
|
|
"wax", "stoked", "yes", "ding", "way", "no", "wicked", "aaaa",
|
|
"cool", "hoo", "wah", "wee", "man", "maaaaaan", "mate", "wick",
|
|
"oh", "ocean", "up", "out", "rip", "slide", "big", "stomp",
|
|
"weed", "pot", "smoke", "four-twenty", "shove", "wacky", "hah",
|
|
"sick", "slash", "spit", "stoked", "shallow", "gun", "party",
|
|
"heavy", "stellar", "excellent", "triumphant", "babe", "four",
|
|
"tail", "trim", "tube", "wobble", "roll", "gnarly", "epic",
|
|
)
|
|
icon_state = "beach"
|
|
always_use_default_namelist = TRUE
|