Skip to content

Commit

Permalink
Fix #10307
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Oct 3, 2023
1 parent 7c2c066 commit cea6de7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions (2) Vox Populi/Database Changes/Text/en_US/UI/NewUIText.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
<Text>A revolution against their ally is occurring!</Text>
</Row>

<!-- Resting Influence -->
<Row Tag="TXT_KEY_VP_RESTING_INFLUENCE">
<Text>Resting [ICON_INFLUENCE] Influence</Text>
</Row>

<!-- Cultural overview -->
<!-- Great Works summary -->
<Row Tag="TXT_KEY_OPTIMIZE">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ ORDER BY a.BuildingClass, a.Type;
DROP TABLE BuildingClass_ResourceYieldChanges;

-- Tech where the resource can be set as "owned"
-- For Strategics, this is the reveal tech
-- For Luxury and Bonus resources, this is the tech for the improvement required to connect it
UPDATE Resources
SET TechImproveable = (
SELECT PrereqTech FROM Builds WHERE ImprovementType = (
Expand Down

0 comments on commit cea6de7

Please sign in to comment.