From 86d443aa02e4108588d5c02ce40fe06d7a0e9fe7 Mon Sep 17 00:00:00 2001 From: Coolsurf6 Date: Tue, 22 Oct 2024 00:09:40 +1000 Subject: [PATCH 1/2] fixed description, reworded desciption --- Resources/Locale/en-US/_SSS/store_items.ftl | 2 +- Resources/Prototypes/_SSS/Objects/store_items.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/_SSS/store_items.ftl b/Resources/Locale/en-US/_SSS/store_items.ftl index 7a0583ef77..1dc9c0aed8 100644 --- a/Resources/Locale/en-US/_SSS/store_items.ftl +++ b/Resources/Locale/en-US/_SSS/store_items.ftl @@ -1,2 +1,2 @@ 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! diff --git a/Resources/Prototypes/_SSS/Objects/store_items.yml b/Resources/Prototypes/_SSS/Objects/store_items.yml index dda811146e..a57feb32df 100644 --- a/Resources/Prototypes/_SSS/Objects/store_items.yml +++ b/Resources/Prototypes/_SSS/Objects/store_items.yml @@ -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 From bccbabacd83c14d9ef7d50c35e8f2e30b3863653 Mon Sep 17 00:00:00 2001 From: Coolsurf6 Date: Tue, 22 Oct 2024 01:36:57 +1000 Subject: [PATCH 2/2] empty for retests