Skip to content

Commit

Permalink
Partially adds CrimeList (wait for table readability)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Dec 31, 2024
1 parent 4e5c77a commit a909c26
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/guidebook/guides.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ guide-entry-rules-s8 = S8
guide-entry-rules-s9 = S9
guide-entry-rules-s10 = S10
guide-entry-rules-space-law = Space Law
guide-entry-rules-sl-crime-list = Crime List
guide-entry-rules-sl-crime-list = Law Book
guide-entry-rules-sl-controlled-substances = Controlled Substances
guide-entry-rules-sl-restricted-gear = Restricted Gear
guide-entry-rules-sl-restricted-weapons = Restricted Weapons
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Guidebook/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- SpaceLawControlledSubstances
- SpaceLawRestrictedGear
- SpaceLawRestrictedWeapons
- SpaceLawCrimeList

- type: guideEntry
id: SpaceLawControlledSubstances
Expand All @@ -30,3 +31,9 @@
name: guide-entry-rules-sl-restricted-weapons
priority: 40
text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml"

- type: guideEntry
id: SpaceLawCrimeList
name: guide-entry-rules-sl-crime-list
priority: 50
text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml"
Loading

0 comments on commit a909c26

Please sign in to comment.