Fix bad localization string in secret stash.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Content.Server.Storage.Components
|
|||||||
if (_itemContainer.ContainedEntity == null)
|
if (_itemContainer.ContainedEntity == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Owner.PopupMessage(user, Loc.GetString("There was something inside {0}!", ("stash", SecretPartName)));
|
Owner.PopupMessage(user, Loc.GetString("comp-secret-stash-action-get-item-found-something", ("stash", SecretPartName)));
|
||||||
|
|
||||||
if (user.TryGetComponent(out HandsComponent? hands))
|
if (user.TryGetComponent(out HandsComponent? hands))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user