Skip to content

Commit

Permalink
Merge pull request #1 from kerisargit/newBorgsLaws
Browse files Browse the repository at this point in the history
New borgs laws
  • Loading branch information
kerisargit authored Jul 5, 2024
2 parents b9f397a + 61d3d93 commit 101f397
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ent-BaseStationMagnet = { "" }
.desc = { "" }
ent-BaseStationSiliconLawCrewsimov = { "" }
.desc = { "" }
ent-BaseStationSiliconNTDefault = { "" }
.desc = { "" }
ent-BaseStationNews = { "" }
.desc = { "" }
ent-BaseStationAllEventsEligible = { "" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ent-BaseStationMagnet = { "" }
.desc = { "" }
ent-BaseStationSiliconLawCrewsimov = { "" }
.desc = { "" }
ent-BaseStationSiliconNTDefault = { "" }
.desc = { "" }
ent-BaseStationNews = { "" }
.desc = { "" }
ent-BaseStationAllEventsEligible = { "" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- BaseStationAlertLevels
- BaseStationMagnet
- BaseStationExpeditions
- BaseStationSiliconLawCrewsimov
- BaseStationSiliconNTDefault #Corvax-NTDefault
- BaseStationAllEventsEligible
- BaseStationNanotrasen
noSpawn: true
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
- type: SalvageMagnetData

- type: entity
id: BaseStationSiliconLawCrewsimov
id: BaseStationSiliconNTDefault #Corvax-NTDefault
abstract: true
components:
- type: SiliconLawProvider
laws: Crewsimov
laws: NTDefault #Corvax-NTDefault

- type: entity
id: BaseStationNews
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Stations/nanotrasen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- BaseStationAlertLevels
- BaseStationMagnet
- BaseStationExpeditions
- BaseStationSiliconLawCrewsimov
- BaseStationSiliconNTDefault #Corvax-NTDefault
- BaseStationAllEventsEligible
- BaseStationNanotrasen
noSpawn: true
Expand Down

0 comments on commit 101f397

Please sign in to comment.