Skip to content

Commit 03e3940

Browse files
committed
Fix DELETE_CRE_ITEM invocation
1 parent 7e626d7 commit 03e3940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ua/compatibility/bg2ee.tpa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ACTION_IF ENGINE_IS ~bg2ee~ BEGIN
22
PRINT ~BG2EE~
33
COPY_EXISTING ~jarevia.cre~ ~override~
4-
LPF DELETE_CRE_ITEM STR_VAR item_to_delete ~halb07~ END
4+
LPF DELETE_CRE_ITEM STR_VAR item_to_delete = ~halb07~ END
55
REPLACE_CRE_ITEM ~halb03~ #0 #0 #0 ~NONE~ ~WEAPON1~ EQUIP TWOHANDED
66
BUT_ONLY
77
END

ua/compatibility/bg2fixpack.tpa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ACTION_IF MOD_IS_INSTALLED "setup-bg2fixpack.tp2" "0" BEGIN
22
PRINT ~BG2 Fixpack~
33
//Suryris's Blade - Fixpack deletes all but Ribald's copy. Removing Ribald's and restoring Reviane's (Jaheira's quest)
44
COPY_EXISTING ~jarevia.cre~ ~override~
5-
LPF DELETE_CRE_ITEM STR_VAR item_to_delete ~halb07~ END
5+
LPF DELETE_CRE_ITEM STR_VAR item_to_delete = ~halb07~ END
66
REPLACE_CRE_ITEM ~halb03~ #0 #0 #0 ~NONE~ ~WEAPON1~ EQUIP TWOHANDED
77
BUT_ONLY
88
// Long Sword +2: 'Varscona' - Fixpack deletes all but Ribald's copy. Leaving at Ribald, because all other copies are in chapter 6

0 commit comments

Comments
 (0)