Skip to content

Commit

Permalink
Фикс локали после Кэйси...
Browse files Browse the repository at this point in the history
  • Loading branch information
jungarikjan committed Dec 12, 2024
1 parent 01802dd commit ba122a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ghost-role-information-antagonist-rules =
Вам разрешено помнить знания об игре в целом, например, как готовить, как использовать предметы и т. д.
Вам [color=red]НЕ[/color] разрешается помнить, имя, внешность и т.д. вашего предыдущего персонажа.
ghost-role-information-rules-team-antagonist =
Вы являетесь [color=red][bold]Членом команды антагоностов[/bold][/color]. Ваши намерения ясны и наносят вред станции и ее экипажу.
Вы являетесь [color=red][bold]Членом команды антагонистов[/bold][/color]. Ваши намерения ясны и наносят вред станции и ее экипажу.
Вы должны [bold]работать со своей командой[/bold] или следовать разумным указаниям руководителей вашей команды.
Вам разрешается помнить знания об игре в целом, такие как приготовление пищи, использование предметов и т.д.
Вам [color=red]НЕ[/color] разрешается помнить, имя, внешность и т.д. вашего предыдущего персонажа.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
parent: MarkerBase
components:
- type: GhostRole
rules: ghost-role-information-rules-default-team-antagonist
rules: ghost-role-information-rules-team-antagonist # ADT-Fix
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand Down Expand Up @@ -121,7 +121,7 @@
- type: GhostRole
name: roles-antag-nuclear-operative-commander-name
description: roles-antag-nuclear-operative-commander-objective
rules: ghost-role-information-rules-default-team-antagonist
rules: ghost-role-information-rules-team-antagonist # ADT-Fix

- type: entity
categories: [ HideSpawnMenu, Spawner ]
Expand All @@ -131,7 +131,7 @@
- type: GhostRole
name: roles-antag-nuclear-operative-agent-name
description: roles-antag-nuclear-operative-agent-objective
rules: ghost-role-information-rules-default-team-antagonist
rules: ghost-role-information-rules-team-antagonist # ADT-Fix

- type: entity
categories: [ HideSpawnMenu, Spawner ]
Expand All @@ -141,7 +141,7 @@
- type: GhostRole
name: roles-antag-nuclear-operative-name
description: roles-antag-nuclear-operative-objective
rules: ghost-role-information-rules-default-team-antagonist
rules: ghost-role-information-rules-team-antagonist # ADT-Fix

- type: entity
categories: [ HideSpawnMenu, Spawner ]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
makeSentient: true
name: ghost-role-information-xeno-name
description: ghost-role-information-xeno-description
rules: ghost-role-information-rules-default-team-antagonist
rules: ghost-role-information-rules-team-antagonist # ADT-Fix
raffle:
settings: default
- type: GhostTakeoverAvailable
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Antags/nukeops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
outerClothing: ClothingOuterHardsuitSyndieCommander
inhand:
- NukeOpsDeclarationOfWar
storage:
back:
- ADTHandheldShuttleConsoleSyndicate
# storage:
# back:
# - ADTHandheldShuttleConsoleSyndicate

#Nuclear Operative Medic Gear
- type: startingGear
Expand Down

0 comments on commit ba122a3

Please sign in to comment.