Skip to content

Undone conflciting Language keys and Garou Lang stuff - #1351

Open
TheTrueSilverRat wants to merge 40 commits into
DarkPack13:masterfrom
TheTrueSilverRat:language-fuckery
Open

Undone conflciting Language keys and Garou Lang stuff#1351
TheTrueSilverRat wants to merge 40 commits into
DarkPack13:masterfrom
TheTrueSilverRat:language-fuckery

Conversation

@TheTrueSilverRat

@TheTrueSilverRat TheTrueSilverRat commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

About The Pull Request

Removed a lot of Language keys from ss13 langauges so our new modern languages can be used.

Also made it so that Garou can speak primal tongue in Crinos, Hispos, and Lupus form as like in the Lore.

Also made it so Kinfolk can now finally speak Garou Tongue

Why It's Good For The Game

Bug fixes. can actually use language keys, and more usage of garou tongue stuff.

Changelog

🆑
code: commented out language keys of old ss13 languages
fix: Allows modern language keys to be able to be used
qol: Allow Crinos Hispos and Lupus forms to do primal tongue
qol: Kinfolk can speak Garou tongue now
/:cl:

@TheTrueSilverRat
TheTrueSilverRat requested a review from a team as a code owner August 6, 2026 20:49
Comment thread code/modules/language/aphasia.dm Outdated
Comment thread code/modules/language/beachbum.dm Outdated
Comment thread code/modules/language/buzzwords.dm Outdated
Comment thread code/modules/language/carptongue.dm Outdated
Comment thread code/modules/language/codespeak.dm Outdated
Comment thread code/modules/language/sylvan.dm Outdated
Comment thread code/modules/language/wormspeak.dm Outdated
Comment thread modular_darkpack/modules/werewolf_the_apocalypse/code/species/fera_organs.dm Outdated
Comment on lines +23 to +26
blocked_speaking = list(

)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not populated with anything?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Originally I was gonna have it so you wouldn't be allowed to use the human tongues until I realized people wouldn't enjoy that? That was for Crinos form at least. I'm still speculating but I'll probably not to allow for Partial-Shapeshifting larp.

Also thank you for showing me how to format the Darkpack updates, Not used to doing edits on an "upstream code" part

Comment on lines +86 to +88
/datum/splat/werewolf/kinfolk/on_gain() //Currently just for granting language Garou Tongue or High Tongue that Kinfolk can learn.
owner.grant_language(/datum/language/garou_tongue, SPOKEN_LANGUAGE, LANGUAGE_ATOM) //Separated because Spoken and Hearing Components are separated
owner.grant_language(/datum/language/garou_tongue, UNDERSTOOD_LANGUAGE, LANGUAGE_ATOM)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you dont remove on losing kinfolk. You might want to also use a diffrnet source to make it easier to remove tho the sources have specific behavoir for langs unlike traits.

TheTrueSilverRat and others added 4 commits August 7, 2026 17:12
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
…fera_organs.dm

Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
TheTrueSilverRat and others added 11 commits August 7, 2026 17:13
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
Added the rest (Sorry I didn't know commit suggestion batch was a thing)

Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com>
@FalloutFalcon

Copy link
Copy Markdown
Member

@github-actions
github-actions Bot removed the request for review from FalloutFalcon August 10, 2026 11:46
@TheTrueSilverRat

Copy link
Copy Markdown
Contributor Author

Can you uncomment https://github.com/DarkPack13/SecondCity/blob/master/code/modules/unit_tests/language_key_conflicts.dm to ensure you got all of them?

Did that not sure what else to do

Comment thread code/__DEFINES/language.dm Outdated

@FalloutFalcon FalloutFalcon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few more nits

Comment thread code/modules/language/calcic.dm Outdated
Comment thread code/modules/language/draconic.dm Outdated
Comment thread code/modules/language/drone.dm Outdated
Comment thread code/modules/language/shadowtongue.dm Outdated
Comment thread code/modules/language/terrum.dm Outdated
Comment thread code/modules/language/voltaic.dm Outdated
Comment thread code/__DEFINES/~darkpack/language.dm
Comment thread code/__DEFINES/~darkpack/language.dm
@chazzyjazzy

Copy link
Copy Markdown
Contributor

by God, thats a lot of linter failures

@FalloutFalcon FalloutFalcon mentioned this pull request Aug 28, 2026
FalloutFalcon added a commit that referenced this pull request Sep 1, 2026
## About The Pull Request
Pulls the latest TGStation commits to keep us up-to-date
Please dont squash this one!!!

Highlights Include:
Tgui verb panel fixes
A fix that makes #1351
better
Fix Fancy Weather prefrences not being respected (#97555)
Anchored items cant be stolen with trashbags.

## Why It's Good For The Game
MODERN CODE

## Changelog
:cl: Beautiful TG coders
code: TG Pull. Thank you TG.
/:cl:
@FalloutFalcon

Copy link
Copy Markdown
Member

should pass checks now?

@FalloutFalcon
FalloutFalcon enabled auto-merge (squash) September 2, 2026 01:08
@FalloutFalcon

Copy link
Copy Markdown
Member

ah. thats a real fail relating to this..
image

Comment thread modular_darkpack/modules/werewolf_the_apocalypse/code/splats/fera_splat.dm Outdated
@FalloutFalcon
FalloutFalcon enabled auto-merge (squash) September 2, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants