Skip to content

Commit

Permalink
Make NPC names proper nouns & fix some genders (space-wizards#20534)
Browse files Browse the repository at this point in the history
* Proper names & genders

* Uppercase proper names

* Make Smile female
  • Loading branch information
Psychpsyo authored Sep 28, 2023
1 parent 88712e3 commit d7a9022
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
task: SimpleHostileCompound
- type: Grammar
attributes:
proper: true
gender: female
- type: Tag
tags:
Expand All @@ -114,6 +115,7 @@
- PetsNT
- type: Grammar
attributes:
proper: true
gender: male
- type: Tag
tags:
Expand Down Expand Up @@ -153,14 +155,15 @@
components:
- type: Grammar
attributes:
proper: true
gender: male
- type: Tag
tags:
- CannotSuicide
- VimPilot

- type: entity
name: bingus
name: Bingus
parent: SimpleMobBase
id: MobBingus
description: Bingus my beloved...
Expand Down Expand Up @@ -212,14 +215,15 @@
path: /Audio/Animals/cat_meow.ogg
- type: Grammar
attributes:
proper: true
gender: epicene
- type: Tag
tags:
- CannotSuicide
- VimPilot

- type: entity
name: mcgriff
name: McGriff
parent: SimpleMobBase
id: MobMcGriff
description: This dog can tell something smells around here, and that something is CRIME!
Expand Down Expand Up @@ -431,6 +435,7 @@
path: /Audio/Animals/pig_oink.ogg
- type: Grammar
attributes:
proper: true
gender: male
- type: Tag
tags:
Expand Down Expand Up @@ -686,6 +691,10 @@
makeSentient: true
name: ghost-role-information-smile-name
description: ghost-role-information-smile-description
- type: Grammar
attributes:
proper: true
gender: female

- type: entity
name: Pun Pun
Expand Down Expand Up @@ -715,3 +724,7 @@
- VimPilot
- type: Loadout
prototypes: [ MobMonkeyGear ]
- type: Grammar
attributes:
proper: true
gender: male
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
- type: GuideHelp
guides:
- MinorAntagonists
- type: Grammar
attributes:
gender: male

- type: entity
id: MobRatKingBuff
Expand Down

0 comments on commit d7a9022

Please sign in to comment.