]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
cleanup not needed locale string (#34922)
authorlzk <124214523+lzk228@users.noreply.github.com>
Thu, 6 Feb 2025 18:42:57 +0000 (19:42 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 18:42:57 +0000 (10:42 -0800)
* 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
Resources/Prototypes/Actions/types.yml

index 813ed3e7a9867b4332fa077988596d7adbaf90ec..073757f53c7858e0f46db91fc2fa77b3aaee07d7 100644 (file)
@@ -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!
index 89c8e56b78ada95c3b07c1194a50f37915b648d8..d7c97aaef4bdb3c5008f9ab1ea75a80ea5598bfa 100644 (file)
 
 - 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 }