Skip to content

Commit

Permalink
Update CoreDefines.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Nov 20, 2023
1 parent 0f6dd30 commit 0747497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion (1) Community Patch/Core Files/Core Values/CoreDefines.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INSERT INTO Defines (Name, Value) SELECT 'VICTORY_DOMINATION_CONTROL_PERCENT', 1
INSERT INTO Defines (Name, Value) SELECT 'CITY_STARTING_RINGS', 1;
INSERT INTO Defines (Name, Value) SELECT 'MAXIMUM_WORK_PLOT_DISTANCE', 3;

-- Minimum of 1 vision when embarked
-- Base vision when embarked
UPDATE Defines SET Value = 1 WHERE Name = 'EMBARKED_VISIBILITY_RANGE';

-- Player Proximity Values
Expand Down

0 comments on commit 0747497

Please sign in to comment.