-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto prison shuttle & round end prison win type
- Loading branch information
Doublechest
committed
Jul 15, 2024
1 parent
2e8085f
commit 417bb14
Showing
5 changed files
with
192 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Content.Server/Stories/Prison/Components/PrisonerComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace Content.Server.Stories.Prison; | ||
|
||
[RegisterComponent] | ||
public sealed partial class PrisonerComponent : Component | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
prison-title = Тюрьма | ||
prisoner-major = [color=crimson]Крупная победа заключенных![/color] | ||
prisoner-major-desc = Более половины заключенных сбежали с тюрьмы. | ||
prisoner-minor = [color=crimson]Малая победа заключенных![/color] | ||
prisoner-minor-desc = Хотя бы один заключенный сбежал. | ||
prisoner-dead = [color=yellow]Все заключенные умерли![/color] | ||
prisoner-dead-desc = Это ужасно! | ||
prison-no-prisoners = [color=yellow]Заключенных не было![/color] | ||
prison-no-prisoners-desc = В этот раз повезло... | ||
prison-minor = [color=green]Малая победа тюрьмы![/color] | ||
prison-minor-desc = Заключенные не смогли сбежать, но некоторые умерли. | ||
prison-major = [color=green]Победа тюрьмы![/color] | ||
prison-major-desc = Тюрьма сохранила всех заключенных. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters