* prevent admin-frozen players from ghosting or suiciding * Add "Freeze and Mute" admin verb * Allow "Freeze And Mute" admin verb when player is already frozen but not muted * Remove redundant scream handler (scream action just emotes, duh) * AdminFrozenSystem: clean imports * Update Content.Server/Chat/Commands/SuicideCommand.cs Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * Update Ghost.cs * retrigger ci (empty commit) --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
11 lines
794 B
Plaintext
11 lines
794 B
Plaintext
suicide-command-description = Commits suicide
|
|
suicide-command-help-text = The suicide command gives you a quick way out of a round while remaining in-character.
|
|
The method varies, first it will attempt to use the held item in your active hand.
|
|
If that fails, it will attempt to use an object in the environment.
|
|
Finally, if neither of the above worked, you will die by biting your tongue.
|
|
suicide-command-default-text-others = {$name} is attempting to bite their own tongue!
|
|
suicide-command-default-text-self = You attempt to bite your own tongue!
|
|
suicide-command-already-dead = You can't suicide. You're dead.
|
|
suicide-command-no-mind = You have no mind!
|
|
suicide-command-denied = You cannot suicide right now.
|