v0.3.4: fixed a text bug on horn of plenty

This commit is contained in:
Evan Debenham 2016-01-22 18:03:43 -05:00 committed by Evan Debenham
parent a0ad0de914
commit bd635c83fb

View File

@ -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;
}