From 0364efec3c8193c7a30fe9ce856cec444d4e4378 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 23 Feb 2025 14:51:03 -0500 Subject: [PATCH] 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 --- .../shatteredpixeldungeon/items/artifacts/DriedRose.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java index c6aab9a4c..b7210a307 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java @@ -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;