Skip to content

Commit

Permalink
Fix hyperlink books temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaseMonk committed Apr 9, 2024
1 parent 615340a commit ffc8501
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Resources/Maps/Shuttles/prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ entities:
pos: -8.5,1.5
parent: 1
type: Transform
- proto: HyperlinkBookSpaceLaw
- proto: BookRandomStory
entities:
- uid: 370
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Shuttles/esquire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ entities:
- canCollide: False
type: Physics
- type: InsideEntityStorage
- proto: HyperlinkBookSpaceLaw
- proto: BookRandomStory
entities:
- uid: 121
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Shuttles/sprinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3907,7 +3907,7 @@ entities:
- pos: -3.5,-11.5
parent: 1
type: Transform
- proto: HyperlinkBookSpaceLaw
- proto: BookRandomStory
entities:
- uid: 590
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tags:
- Write
bookSlot: # Frontier
startingItem: HyperlinkBookSpaceLaw
startingItem: BookRandomStory # HyperlinkBookSpaceLaw - hyperlink books broken, needs a fix
priority: -2
whitelist:
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
components:
- type: Mail
contents:
- id: HyperlinkBookSpaceLaw
- id: BookRandomStory

- type: entity
noSpawn: true
Expand Down
23 changes: 2 additions & 21 deletions Resources/Prototypes/Nyanotrasen/Markers/Spawners/Random/books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,5 @@
- type: RandomSpawner
offset: 0
prototypes:
- HyperlinkBookSpaceLaw
- HyperlinkBookSupernanny
- HyperlinkBookChemistry
- HyperlinkBookBartending
- HyperlinkBookCooking
- HyperlinkBookBotany
- HyperlinkBookShuttle
- HyperlinkBookAlerts
- HyperlinkBookProcedure
- HyperlinkBookPower
- HyperlinkBookMedical
- HyperlinkBookHacking
- HyperlinkBookAtmos
chance: 0.9
rarePrototypes:
- BookChemistryInsane
- BookBotanicalTextbook
- BookGnominomicon
- BookFishing
- BookDetective
rareChance: 0.25
- BookRandomStory
chance: 1.0
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
shoes: ClothingShoesBootsLaceup
id: LawyerPDA
ears: ClothingHeadsetSecurity
pocket1: HyperlinkBookSpaceLaw # Frontier
pocket1: BookRandomStory # HyperlinkBookSpaceLaw # Frontier - Hyperlink books broken needs a fix
inhand:
- BriefcaseBrownFilled
innerClothingSkirt: ClothingUniformJumpskirtLawyerBlack
Expand Down

0 comments on commit ffc8501

Please sign in to comment.