mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
## About The Pull Request Added the following icons to the Legalese and Mushroom languages: <img width="160" height="160" alt="librapreview" src="https://github.com/user-attachments/assets/1aadb364-5f56-4f04-8d2a-1bfa0d732640" /> <img width="160" height="160" alt="mushroompreview" src="https://github.com/user-attachments/assets/7ebf267d-31ea-4e63-aad7-89b53faeb894" /> ## Why It's Good For The Game The languages lacked icons, and that looked a bit ugly. So I fixed that. ## Proof Of Testing <img width="226" height="51" alt="immagine" src="https://github.com/user-attachments/assets/492a2176-e908-45ea-8599-83a579fde00b" /> </details> ## Changelog 🆑 image: New Icons for the Legalese and Mushroom languages. /🆑
16 lines
1.3 KiB
Plaintext
16 lines
1.3 KiB
Plaintext
/datum/language/legalese
|
|
name = "Federation Legalese"
|
|
desc = "The language of the Federation bureaucracy, bastardized from centuries of misunderstanding and misapplying Latin terminology."
|
|
key = "X" //lowercase X used by Shadowtongue
|
|
space_chance = 100
|
|
syllables = list(
|
|
"a", "ab", "absurdam", "ad", "actus", "alterius", "amicus", "bono", "canon", "casus", "commune", "curiae", "decidendi", "decisis", "derilictae", "derogant", "ejusdem", "ergo", "est",
|
|
"ex", "exclusio", "expressio", "generalia", "generis", "generaliter", "habendus", "hac", "hoc", "ibi", "id", "in", "initio", "intelligenda", "ipsa", "ius", "iruidicus", "judicata",
|
|
"juris", "loquitur", "magis", "majure", "mal", "materia", "mens", "meruit", "mortem", "non", "noscitur", "nullus", "omissius", "omisso", "pari", "parte", "per", "pereat", "personam",
|
|
"post", "priori", "pro", "propter", "provisio", "publica", "qua", "quam", "quantum", "quasi", "quid", "quo", "rata", "ratio", "rea", "redendo", "reducto", "rem", "res", "respondeat",
|
|
"reus", "se", "singula", "singulis", "sine", "situs", "sociis", "specialibus", "stare", "stirpes", "sub", "sunt", "superior", "supersedeas", "supra", "tem", "testis", "tempore", "ubi",
|
|
"ultra", "unius", "us", "valeat", "verba", "vice", "warranto")
|
|
|
|
icon_state = "legalese"
|
|
icon = 'modular_zubbers/icons/misc/language.dmi'
|