Sometimes a player gains a major power and then can't remember "uh oh, did I already forget for this major or not?". Showing a log message when a power is forgotten would help.
Spoiler for how you would do thisLook at the forget_card function. What change do you need to make to that function to make this work? Have a look at some other functions that send log messages.
Sometimes a player gains a major power and then can't remember "uh oh, did I already forget for this major or not?". Showing a log message when a power is forgotten would help.
Spoiler for how you would do this
Look at theforget_card
function. What change do you need to make to that function to make this work? Have a look at some other functions that send log messages.