diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java index 6af856687..897912e48 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java @@ -180,7 +180,7 @@ public class HornOfPlenty extends Artifact { image = ItemSpriteSheet.ARTIFACT_HORN1; if (charge == chargeCap){ - GLog.p( Messages.get(this, "full") ); + GLog.p( Messages.get(HornOfPlenty.class, "full") ); partialCharge = 0; }