Skip to content

Commit

Permalink
2.6 updates
Browse files Browse the repository at this point in the history
In 2.6, all of the resurrection spells now work through subspells to close some
issues. As part of this, all of the normal cleanup associated with these spells
has been pushed into a new file, #rdremov.spl. As such, the new polymorph forms
in the arcane spells component were no longer being cleaned out and
installation would throw warning, despite being--aside from this
issue--perfectly fine. #rdremov has been added to the patch list and a
silent flag has been added to the relevant macros.
  • Loading branch information
CamDawg committed Jun 8, 2021
1 parent 643bafa commit cc9391f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions iwdification/setup-iwdification.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ END
///// \\\\\

// these generally 'clean out' the poly self subspells
COPY_EXISTING ~bhaal4a.spl~ ~override~ // resurrection
COPY_EXISTING ~#rdremov.spl~ ~override~ // resurrection subspell (2.6)
~bhaal4a.spl~ ~override~ // resurrection
~ohbraise.spl~ ~override~ // nsi
~slayerw3.itm~ ~override~ // slater weapon
~spja01.spl~ ~override~ // harper's call
Expand All @@ -188,10 +189,10 @@ COPY_EXISTING ~bhaal4a.spl~ ~override~ // resurrection
~sppr729.spl~ ~override~ // mass raise dead
~spwish10.spl~ ~override~ // mass raise dead
PATCH_IF anim_beetle BEGIN
LPF CLONE_EFFECT STR_VAR match_resource = spwi499 resource = cdia480 END // boring beetle
LPF CLONE_EFFECT INT_VAR silent = 1 STR_VAR match_resource = spwi499 resource = cdia480 END // boring beetle
END
LPF CLONE_EFFECT STR_VAR match_resource = spwi499 resource = cdia481 END // polar bear
LPF CLONE_EFFECT STR_VAR match_resource = spwi499 resource = cdia482 END // winter wolf
LPF CLONE_EFFECT INT_VAR silent = 1 STR_VAR match_resource = spwi499 resource = cdia481 END // polar bear
LPF CLONE_EFFECT INT_VAR silent = 1 STR_VAR match_resource = spwi499 resource = cdia482 END // winter wolf
BUT_ONLY IF_EXISTS

// add new forms to poly self
Expand Down

0 comments on commit cc9391f

Please sign in to comment.