v3.0.0: removed artifact proc from ghost melee:

- firstly, it was bugged and triggering on the hero
- secondly, this mainly existed for priest's guiding light, which now triggers on any ally hit anyway
- thirdly, this proc is way too frequent for metamorphed talents
This commit is contained in:
Evan Debenham
2025-02-23 14:51:03 -05:00
parent 157e74585d
commit 0364efec3c

View File

@@ -653,7 +653,6 @@ public class DriedRose extends Artifact {
GLog.n(Messages.capitalize(Messages.get(Char.class, "kill", name())));
}
}
Artifact.artifactProc(Dungeon.hero, rose.visiblyUpgraded(), 0);
}
return damage;