Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bodyswap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function clearNemesisFromLinkedSites(nem)
end

function createNemesis(unit)
local nemesis = unit:create_nemesis(1, 1)
local nemesis = unit:create_nemesis(1, 1, false)
nemesis.figure.flags.never_cull = true
return nemesis
end
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Template for new versions:
## New Features

## Fixes
- `bodyswap`: fix "invalid argument count" when the target unit has no nemesis record
- `fix/loyaltycascade`: guard against citizens that are not historical figures and emit a warning.
- `gui/siegemanager`: fix nil index if there are no siege engines on the map

Expand Down