From 64ebcb5277c5f3ec33becfb59d86bcc5ff38ce60 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:42:57 +0100 Subject: [PATCH] cleanup not needed locale string (#34922) * cleanup not needed locale string * Update Resources/Prototypes/Actions/types.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Locale/en-US/implant/implant.ftl | 3 --- Resources/Prototypes/Actions/types.yml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/en-US/implant/implant.ftl b/Resources/Locale/en-US/implant/implant.ftl index 813ed3e7a9..073757f53c 100644 --- a/Resources/Locale/en-US/implant/implant.ftl +++ b/Resources/Locale/en-US/implant/implant.ftl @@ -17,9 +17,6 @@ implanter-label = [color=green]{$implantName}[/color] implanter-contained-implant-text = [color=green]{$desc}[/color] -action-name-toggle-fake-mindshield = [color=green]Toggle Fake Mindshield[/color] -action-description-toggle-fake-mindshield = Turn the Fake Mindshield implants transmission on/off - ## Implant Popups scramble-implant-activated-popup = Your appearance shifts and changes! diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 89c8e56b78..d7c97aaef4 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -331,8 +331,8 @@ - type: entity id: FakeMindShieldToggleAction - name: action-name-toggle-fake-mindshield - description: action-description-toggle-fake-mindshield + name: '[color=green]Toggle Fake Mindshield[/color]' + description: Turn the Fake Mindshield implant's transmission on/off components: - type: InstantAction icon: { sprite: Interface/Actions/actions_fakemindshield.rsi, state: icon } -- 2.51.2