audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
62 stars 13 forks source link

Poison ticks on switching places #277

Open issuebotaudinowho[bot] opened 1 year ago

issuebotaudinowho[bot] commented 1 year ago

Discord: Shitpost Sunkern#8311 <@292039958829727744>

Another party member walking into a poisoned party member's tile to swap places ticks poison damage, even though it's not the poisoned party member's turn

AlexanderGroeger commented 1 year ago

In PMDOData/PMDC/Data/Status/poison.json, line 301 shows "$type": "PMDC.Dungeon.WalkedThisTurnEvent, PMDC".

It could be that WalkedThisTurnEvent is designed to trigger whenever the inflicted has walked in any given turn. A new tag could be made to specify that the turn must belong to the inflicted to trigger.