Skip to content

Commit

Permalink
Fixed: Description for Dehydrated Carps (#11)
Browse files Browse the repository at this point in the history
## About the PR
Locales don't work on entity descriptions, fixed some wording as well

## Requirements
- [X] I have read and am following the [Pull Request and Changelog
Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
- [X] I have added media to this PR or it does not require an ingame
showcase.

## Breaking changes
N/A

**Changelog**
:cl:
- fix: Dehydrated Carp Description is functional now
  • Loading branch information
Simyon264 authored Oct 22, 2024
2 parents 0636cac + 43ac04f commit f72fcb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_SSS/store_items.ftl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
uplink-carp-box-name = Dehydrated Carp Box
uplink-carp-box-desc = Box filled with 4 dehydrated carps. Make sure your friends pet it as well!
uplink-carp-box-desc = Box filled with 4 dehydrated carps. Make sure your friends pet them as well!
uplink-disruptive-throwable-name = Disruptive Grenade Kit
uplink-disruptive-throwable-desc = A set of 1 flash, smoke and stinger grenades. Perfect for slowing down and getting away.
uplink-exploding-syndicate-bomb-SSS-desc = A big, anchored bomb that can create a huge explosion if not defused in time. Useful as a distraction. Has an adjustable timer with a minimum setting of 90 seconds. Stays quiet for 30 seconds upon activation.
uplink-armour-upgrade-name = Armour Upgrade Kit
uplink-armour-upgrade-desc = An armour upgrade kit. Use on your armour to upgrade the protection. Armour will drop if equipped!
uplink-armour-upgrade-desc = An armour upgrade kit. Use on your armour to upgrade the protection. Armour will drop if equipped!
2 changes: 1 addition & 1 deletion Resources/Prototypes/_SSS/Objects/store_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
parent: BoxCardboard
id: BoxDehydratedCarp
name: dehydrated carp box
description: uplink-carp-box-desc
description: Box filled with 4 dehydrated carps. Make sure your friends pet them as well!
suffix: Traitor
components:
- type: StorageFill
Expand Down

0 comments on commit f72fcb3

Please sign in to comment.