Dr Chaos has entered the building

This commit is contained in:
carolus21rex
2025-05-10 16:30:14 +00:00
parent a2b2a6a5cf
commit cde60926f1
19 changed files with 437 additions and 184 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ bool IsLifetapSpell(uint16 spell_id)
if (
spell.target_type == ST_Tap ||
spell.target_type == ST_TargetAETap ||
spell_id == SPELL_ANCIENT_LIFEBANE
spell.target_type == ST_TargetAETap //||
//spell_id == SPELL_ANCIENT_LIFEBANE
) {
return true;
}