From ad0ae8f85d4af026956e184253c0aa6a31f7904b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 22 Jun 2022 18:59:22 -0400 Subject: [PATCH] v1.3.0: fixed ratmogged enemies awarding exp when ratmog expires --- .../shatteredpixeldungeon/actors/hero/abilities/Ratmogrify.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/Ratmogrify.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/Ratmogrify.java index 327488c19..3b6959fa1 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/Ratmogrify.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/abilities/Ratmogrify.java @@ -204,6 +204,7 @@ public class Ratmogrify extends ArmorAbility { original.clearTime(); GameScene.add(original); + EXP = 0; destroy(); sprite.killAndErase(); CellEmitter.get(original.pos).burst(Speck.factory(Speck.WOOL), 4);