You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/library/structures/df.legends.lua
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ function _entity_population_unk4:erase(index) end
198
198
---| 7 # FLASHES
199
199
---| 8 # DO_NOT_CULL
200
200
---| 9 # HERO
201
-
---| 10 # DEMIGOD
201
+
---| 10 # CHOSEN
202
202
---| 11 # POTENTIAL_CIVILIZED_ACTOR
203
203
---| 12 # CHECK_FOR_POSITION_CLAIM
204
204
---| 13 # POTENTIAL_PLOTTER_ACTOR
@@ -224,8 +224,8 @@ function _entity_population_unk4:erase(index) end
224
224
---@field[8]"DO_NOT_CULL"
225
225
---@fieldHERO 9 Set after assigning the Hero status during adventure mode character creation, produces the vanguard of destiny description in legends mode.
226
226
---@field[9]"HERO" Set after assigning the Hero status during adventure mode character creation, produces the vanguard of destiny description in legends mode.
227
-
---@fieldDEMIGOD 10 Set after assigning the Demigod status during adventure mode character creation, produces the divine parentage description in legends mode.
228
-
---@field[10]"DEMIGOD" Set after assigning the Demigod status during adventure mode character creation, produces the divine parentage description in legends mode.
227
+
---@fieldCHOSEN 10 Set after assigning the Demigod status during adventure mode character creation, produces the divine parentage description in legends mode.
228
+
---@field[10]"CHOSEN" Set after assigning the Demigod status during adventure mode character creation, produces the divine parentage description in legends mode.
0 commit comments