We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9908339 commit 5207f40Copy full SHA for 5207f40
happy/itm/fix_enchantment.tpp
@@ -14,7 +14,7 @@ PATCH_IF enchantment = 0
14
AND magic_flag != 0
15
AND VARIABLE_IS_SET $item_type(~%type%~)
16
AND NOT (GAME_IS "bg2ee eet" AND (~%SOURCE_FILE%~ STR_EQ ~ax1h07.itm~)) // bala's axe
17
- AND NOT (GAME_IS "bgee eet sod" AND (~%SOURCE_FILE%~ STR_EQ ~staf25.itm~)) // ossifier
+ AND NOT ((GAME_IS "bgee eet" OR GAME_INCLUDES ~sod~) AND (~%SOURCE_FILE%~ STR_EQ ~staf25.itm~)) // ossifier
18
BEGIN
19
PATCH_PRINT ~HI61: %SOURCE_FILE% - magical flag bit 6 and enchantment level %enchantment% are inconsistent.~
20
END
0 commit comments