* #4213 some translation string fixes * #4213 cargo localization string fixes * #4213 more localization tweaks and fixes * #4213 - fixed some translation string issues * #4213 - fixed some translation string issues
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Content.Server.TraitorDeathMatch.Components
|
||||
{
|
||||
// This shouldn't even BE POSSIBLE in the actual mode this is meant for.
|
||||
// Advanced Syndicate anti-tampering technology.
|
||||
// Owner.PopupMessage(eventArgs.User, Loc.GetString("Tampering detected."));
|
||||
// Owner.PopupMessage(eventArgs.User, Loc.GetString("traitor-death-match-redemption-component-interact-using-tampering-detected"));
|
||||
// if (eventArgs.User.TryGetComponent<DamagableComponent>(out var userDamagable))
|
||||
// userDamagable.ChangeDamage(DamageType.Shock, 9001, true, null);
|
||||
// ...So apparently, "it probably shouldn't kill people for a mistake".
|
||||
|
||||
Reference in New Issue
Block a user