The bug was initially found on scenario Disturbance at the Docks. A player was attacked by a Monster, but the damage from the monster backfired back on the monster, killing it in the process. When that monster is killed, an event is activated by DefeatedMonster
The second monsters' activation prevented the message from being displayed. The variable is increased by 1, so the event is triggered, but the message was lost.
Found in Disturbance at the Docks, but all scenarios that use the DefeatedMonster
DefeatedMonsterCultist trigger activates an event that displays a message handing out a quest item (with a continue button). The variable GrotesqueStonesFound increases by one.
What actually happens is that the second monster's activation prevents the message from being displayed. The Event trigger is called because, in the Log function, you can actually see the variable GrotesqueStonesFound increase 1.
2.4.09
I knocked together a quick test scenario to confirm this bug is happening.
Please note it only occurs in the Monster Phase and not the Investigator Phase,
@NicolaZee Can you please share your test scenario to make it easier to investigate and fix the issue?
Happy to oblige.
Related to #982 .
I have a fix, but I think it's good to test this more.
Maybe with event without text, just audio or any other specific behaviour when monster is defeated
If you have some time for a test, here is a pre release :
https://github.com/NPBruce/valkyrie/releases/tag/prerelease%2F2.4%2Fv2.4.10a
I've given it a quick test and it seems to be OK.
I will try to fit in a game or two of Mansions this week but I am playing the game much less than I used to.
Hopefully antontimmermans will give it a more thorough test as it is affecting his scenario.
:)
Sorry for the late response, I was on a short holiday.
I have tried to make it go wrong on 2.4.10 but was unsuccessful :)
Well done, and thank you
I'll close this up then?
Most helpful comment
I knocked together a quick test scenario to confirm this bug is happening.
Please note it only occurs in the Monster Phase and not the Investigator Phase,