Skip to content

Commit

Permalink
Fix stories content (#34)
Browse files Browse the repository at this point in the history
* moved StoriesSpaceLaw to Stories

* moved Stories content to the folders with _

* fix verb make shadowling

* canceling moving the config folder

* moving and renaming laws
  • Loading branch information
Shegare authored Dec 23, 2024
1 parent 01f53e3 commit 0d2784a
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
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"

0 comments on commit 0d2784a

Please sign in to comment.