Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Court Event The Child with Two Mothers (hold_court.3070) doesn't allow player created characters to adopt childrenDescription
The option to adopt children does not appear for childless characters that were created in the character creator. However, it does appear for pregenerated rulers, regardless of how many children they have, which doesn't seem intended either.I looked at the event files and the issue seems to be with the trigger that is supposed to disable the option when the ruler has children already. Deleting that trigger made the option appear for player made characters
# Option E: Adopt!
option = {
name = hold_court.3070.e
#Only possible if you don't have any live kids
trigger = {
NOT = { any_child = { is_alive = yes count = 0 } }
}
We originally noticed the issue on a friend's stream with a few mods installed, but I looked into it deeper and have the same issue on my end in the unmodded game.
Steps to reproduce
create a character with the Ruler designertrigger event hold_court.3070 via debug console or through normal play
Option for adoption isn't present.
Game Version
Peacock 1.11.3Platform
WindowsAdditional Information
Affected Feature
- Events
Save Game
Other Attachments
Upvote
0