improve APE desc, battery weapon desc, and locked desc (#41431)

* improve APE desc and locked desc

* 2
This commit is contained in:
lzk
2025-11-14 23:29:14 +01:00
committed by GitHub
parent c228db2402
commit 796e92df59
4 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ public sealed class LockSystem : EntitySystem
if (!lockComp.ShowExamine) if (!lockComp.ShowExamine)
return; return;
args.PushText(Loc.GetString(lockComp.Locked args.PushMarkup(Loc.GetString(lockComp.Locked
? "lock-comp-on-examined-is-locked" ? "lock-comp-on-examined-is-locked"
: "lock-comp-on-examined-is-unlocked", : "lock-comp-on-examined-is-unlocked",
("entityName", Identity.Name(uid, EntityManager)))); ("entityName", Identity.Name(uid, EntityManager))));

View File

@@ -1,5 +1,5 @@
lock-comp-on-examined-is-locked = The {$entityName} seems to be locked. lock-comp-on-examined-is-locked = The {$entityName} seems to be [color=darkred]locked[/color].
lock-comp-on-examined-is-unlocked = The {$entityName} seems to be unlocked. lock-comp-on-examined-is-unlocked = The {$entityName} seems to be [color=darkgreen]unlocked[/color].
lock-comp-do-lock-success = You lock the {$entityName}. lock-comp-do-lock-success = You lock the {$entityName}.
lock-comp-do-unlock-success = You unlock the {$entityName}. lock-comp-do-unlock-success = You unlock the {$entityName}.
lock-comp-has-user-access-fail = Access denied. lock-comp-has-user-access-fail = Access denied.

View File

@@ -11,5 +11,5 @@ comp-emitter-turned-off = The {$target} turns off.
# Shows if the user attempts to activate the emitter while it's un-anchored. # Shows if the user attempts to activate the emitter while it's un-anchored.
comp-emitter-not-anchored = The {$target} isn't anchored to the ground! comp-emitter-not-anchored = The {$target} isn't anchored to the ground!
emitter-component-current-type = The current selected type is: {$type}. emitter-component-current-type = The current selected type is: [color=yellow]{$type}[/color].
emitter-component-type-set = Type set to: {$type} emitter-component-type-set = Type set to: {$type}

View File

@@ -4,7 +4,7 @@ gun-fire-rate-examine = Fire rate is [color={$color}]{$fireRate}[/color] per sec
gun-selector-verb = Change to {$mode} gun-selector-verb = Change to {$mode}
gun-selected-mode = Selected {$mode} gun-selected-mode = Selected {$mode}
gun-disabled = You can't use guns! gun-disabled = You can't use guns!
gun-set-fire-mode = Set to {$mode} gun-set-fire-mode = Set to [color=yellow]{$mode}[/color].
gun-magazine-whitelist-fail = That won't fit into the gun! gun-magazine-whitelist-fail = That won't fit into the gun!
gun-magazine-fired-empty = No ammo left! gun-magazine-fired-empty = No ammo left!