new-frontiers-14 / frontier-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
GNU Affero General Public License v3.0
80 stars 465 forks source link

Emotional Support Animals' names are proper nouns #1893

Closed whatston3 closed 3 weeks ago

whatston3 commented 3 weeks ago

About the PR

Makes emotional support animals' names proper nouns.

Why / Balance

"You pet the Clippy" just doesn't make sense.

How to test

  1. Spawn Clippy
  2. Pet Clippy
  3. "You pet Clippy (XYZ) on their fuzzy little head."

Media

image

image

Breaking changes

Changelog

Tiny change, no log.

dvir001 commented 3 weeks ago

Also is this fixing the issue with "The Clippy is screaming"?

whatston3 commented 3 weeks ago

Also is this fixing the issue with "The Clippy is screaming"?

It should. RobustToolbox\Resources\Locale\en-US_engine_lib.ftl:

# Used internally by the THE() function.
zzzz-the = { PROPER($ent) ->
    *[false] the { $ent }
     [true] { $ent }
    }