Skip to content

Commit

Permalink
Fix Shiva Ghost Role Missing Localization (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphirescript authored Jan 2, 2025
1 parent e946564 commit 2688f31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ ghost-role-information-syndicate-kobold-reinforcement-name = Syndicate Kobold Ag
ghost-role-information-syndicate-kobold-reinforcement-description = Someone needs reinforcements. You, a trained kobold, will help them.
ghost-role-information-syndicate-kobold-reinforcement-rules = Normal syndicate antagonist rules apply. Work with whoever called you in, and don't harm them.
ghost-role-information-shiva-name = Shiva
ghost-role-information-shiva-description = The first defender of the station.
ghost-role-information-artifact-name = Sentient Artifact
ghost-role-information-artifact-description =
Enact your eldritch whims.
Expand Down
5 changes: 2 additions & 3 deletions Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,8 @@
makeSentient: true
allowSpeech: true
allowMovement: true
name: ghost-role-information-Shiva-name
description: ghost-role-information-Shiva-description
rules: ghost-role-information-Shiva-rules
name: ghost-role-information-shiva-name
description: ghost-role-information-shiva-description
- type: GhostTakeoverAvailable # DeltaV
- type: InteractionPopup
successChance: 0.5 # spider is mean
Expand Down

0 comments on commit 2688f31

Please sign in to comment.