Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stories content #34

Merged
merged 5 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void AddAntagVerbs(GetVerbsEvent<Verb> args)
{
Text = Loc.GetString("admin-verb-text-make-shadowling"),
Category = VerbCategory.Antag,
Icon = new SpriteSpecifier.Rsi(new ResPath("Stories/Mobs/Demons/shadowling.rsi"), "shadowling"),
Icon = new SpriteSpecifier.Rsi(new ResPath("_Stories/Mobs/Demons/shadowling.rsi"), "shadowling"),
Act = () =>
{
_antag.ForceMakeAntag<ShadowlingRuleComponent>(targetPlayer, "Shadowling");
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/_stories/administration/antag.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
admin-verb-make-shadowling = Сделать цель тенеморфом.
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
id: SpaceLaw
name: Таблица Статей
priority: -1
text: "/ServerInfo/Guidebook/ServerRules/SpaceStoriesLaw/SpaceStationTableLaw.xml"
text: "/ServerInfo/_Stories/ServerRules/SpaceLaw/SpaceStationTableLaw.xml"
children:
- SpaceLawSpaceStories
- BasicRightsOfIntelligentBeings

- type: guideEntry
id: SpaceLawSpaceStories
name: Корпоративный Закон
text: "/ServerInfo/Guidebook/ServerRules/SpaceStoriesLaw/SpaceStationLaw.xml"
text: "/ServerInfo/_Stories/ServerRules/SpaceLaw/SpaceStationLaw.xml"

- type: guideEntry
id: SopSec
name: СРП СБ
priority: -1
text: "/ServerInfo/Guidebook/ServerRules/SpaceStoriesLaw/SpaceStationSop.xml"
text: "/ServerInfo/_Stories/ServerRules/SpaceLaw/SpaceStationSop.xml"

- type: guideEntry
id: BasicRightsOfIntelligentBeings
name: ОПРС
text: "/ServerInfo/Guidebook/ServerRules/SpaceStoriesLaw/SpaceStationBRIB.xml"
text: "/ServerInfo/_Stories/ServerRules/SpaceLaw/SpaceStationBRIB.xml"
Loading