From 575657eaa8f5528cda6d206f8e7ce9873c5b0b80 Mon Sep 17 00:00:00 2001 From: CamDawg Date: Tue, 26 Jul 2022 13:35:15 -0700 Subject: [PATCH] [bg2] Improved Haste from Ring of Gaxx should be dispellable https://www.gibberlings3.net/forums/topic/35047-inconsistency-in-use-of-146148-cast-spell-on-targetcreature/#comment-308844 --- eefixpack/files/tph/tbd_bg2ee_146.tph | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eefixpack/files/tph/tbd_bg2ee_146.tph b/eefixpack/files/tph/tbd_bg2ee_146.tph index 21c612e..568d452 100644 --- a/eefixpack/files/tph/tbd_bg2ee_146.tph +++ b/eefixpack/files/tph/tbd_bg2ee_146.tph @@ -42,3 +42,8 @@ COPY_EXISTING ~comps34.itm~ ~override~ // albruin (1pp dupe) LPF ADD_ITEM_EFFECT INT_VAR opcode = 146 target = 2 parameter1 = 10 parameter2 = 2 timing = 1 STR_VAR resource = spwi203 END // and replace with a single cast BUT_ONLY +// IH from ring of gaxx can't be dispelled +COPY_EXISTING ~ring39.itm~ ~override~ + LPF ALTER_EFFECT INT_VAR check_globals = 0 header_type = 3 match_resist_dispel = 2 resist_dispel = 3 END // delete everything on the magical headers + +