Skip to content

Commit

Permalink
changes human generic names to be improper (e.g. the human man) + cha…
Browse files Browse the repository at this point in the history
…nges mothperson to moth (shiptest-ss13#3321)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

![imagen](https://github.com/user-attachments/assets/eeef1198-1f3b-4de8-8ba1-f1f67d97adb6)
title

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
* mothperson person was getting a bit jarring
*
![imagen](https://github.com/user-attachments/assets/ec18a121-e8ab-4d7f-a7f6-5cf8108828ac)
< this wont happen



<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
spellcheck: Human generic names (the ones that show up when you examine
someone) will be prefixed consistently
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
meemofcourse authored and MysticalFaceLesS committed Sep 7, 2024
1 parent fbd0dd0 commit 0593d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
final_string += get_gender()

if(prefixed)
final_string = "\A [final_string]"
final_string = "\improper [final_string]"

if(lowercase)
final_string = lowertext(final_string)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/species/moth
name = "\improper Mothperson"
name = "\improper Moth"
id = SPECIES_MOTH
default_color = "00FF00"
species_traits = list(LIPS, NOEYESPRITES, TRAIT_ANTENNAE, HAIR, EMOTE_OVERLAY)
Expand Down

0 comments on commit 0593d9e

Please sign in to comment.