Tempus / Disciple-Monster-Train

Disciple-centric faction for Monster Train
2 stars 1 forks source link

Emberboost does not reduce in Relentless combat turns, unlike other -Decreases every turn- statuses #115

Open Ratvar opened 3 years ago

Ratvar commented 3 years ago

Emberboost has same text as regen or rage, does not behave like regen in relentless

Tempus commented 3 years ago

This is a difficult fix.

The normal trigger removes at end of turn, which means we apply the status and then immediately 1 stack goes away. That doesn't work for us.

So instead I remove it after it triggers, and it triggers once... OnMonsterTurnTeamBegin.

There's currently no way to fix this issue without massive patching.