Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Content.Server.Fluids.Components
|
||||
{
|
||||
if(Slippery)
|
||||
{
|
||||
message.AddText(Loc.GetString("It looks slippery."));
|
||||
message.AddText(Loc.GetString("puddle-component-examine-is-slipper-text"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user