Skip to content

Commit

Permalink
v4b10sd18
Browse files Browse the repository at this point in the history
more armor compat
  • Loading branch information
subtledoctor committed Jan 17, 2023
1 parent 4c32177 commit 96909f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions item_rev/components/spellcasting_armor.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,17 @@ ACTION_PHP_EACH armor AS ind => res BEGIN
LPF DELETE_EFFECT INT_VAR match_opcode = 177 STR_VAR match_resource = EVAL ~%d5arca%~ END
END

PATCH_FOR_EACH zarm IN ~d5zarm1l~ ~d5zarm2l~ ~d5zarm3l~ ~d5zarm1c~ ~d5zarm2c~ ~d5zarm3c~ ~d5zarm1p~ ~d5zarm2p~ ~d5zarm3p~ BEGIN // compat with subtledoctor
LPF DELETE_EFFECT INT_VAR match_opcode = 177 STR_VAR match_resource = EVAL ~%zarm%~ END
END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zarml~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zarmc~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zarmp~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zw172l~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zw172c~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 146 STR_VAR match_resource = ~d5zw172p~ END
LPF DELETE_EFFECT INT_VAR match_opcode = 177 STR_VAR match_resource = ~d5zncast~ END

END BUT_ONLY
END
END
Expand Down

0 comments on commit 96909f8

Please sign in to comment.