Skip to content

Commit

Permalink
Merge pull request #173 from RiwsPy/dev
Browse files Browse the repository at this point in the history
op33: add bug if Type=3
  • Loading branch information
lynxlynxlynx committed Jun 8, 2024
2 parents 91f1b0c + 2410211 commit 7ae43aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _opcodes/op033.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@
{% endcapture %}

{% include info.html %}

{% capture note %}
Since at least version 2.5, <code>Type = 3</code> modifies instantly <a href="{{ '/files/ids/bgee/stats.htm#10' | prepend: relurl }}">SAVEVSWANDS</a> instead of <a href="{{ '/files/ids/bgee/stats.htm#59' | prepend: relurl }}">SAVEVSDEATH</a>.
As a result, saving throws for effects in the same effect stack and after this opcode are not processed as expected.
Effects proceeded after the stack are treated normaly like <code>Type = 0</code>.
{% endcapture %}

{% include bug.html %}

0 comments on commit 7ae43aa

Please sign in to comment.