Skip to content

Commit

Permalink
Evasion fix
Browse files Browse the repository at this point in the history
Evasion wasn't always working reliably. It was not clearing out the 'max level' field on the new 324 effect, due to using
"dicenum" instead of "dicenumber".
  • Loading branch information
CamDawg committed May 10, 2022
1 parent 5256900 commit ac77031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwdification/evasion/evasion.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BEGIN

COPY_EXISTING ~%file%~ ~override~ // clone so as to inherit target and power
LPF CLONE_EFFECT INT_VAR multi_match = 1 match_opcode = clone_op opcode = new_op parameter1 = 0 parameter2 = 63 timing = 0 duration = 0 probability1 = 100
probability2 = 0 dicenum = 0 dicesize = 0 savingthrow = 0 special = 0 silent = 1 STR_VAR resource = EVAL ~%block%~ insert = EVAL ~%placement%~ END
probability2 = 0 dicenumber = 0 dicesize = 0 savingthrow = 0 special = 0 silent = 1 STR_VAR resource = EVAL ~%block%~ insert = EVAL ~%placement%~ END
BUT_ONLY IF_EXISTS

END
Expand Down

0 comments on commit ac77031

Please sign in to comment.