Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions code/datums/traits/negative.dm
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,11 @@

/datum/quirk/sheltered
name = "Sheltered"
desc = "You never learned galactic common."
value = -3
desc = "You never learned to speak galactic common."
value = -1
mob_trait = TRAIT_SHELTERED
gain_text = span_danger("You do not understand galactic common.")
lose_text = span_notice("You start to put together what people are saying in galactic common.")
gain_text = span_danger("You do not speak galactic common.")
lose_text = span_notice("You start to put together how to speak galactic common.")
medical_record_text = "Patient looks perplexed when questioned in galactic common."


Expand Down