v0.3.4: fixed a text bug on horn of plenty
This commit is contained in:
parent
a0ad0de914
commit
bd635c83fb
|
@ -180,7 +180,7 @@ public class HornOfPlenty extends Artifact {
|
||||||
image = ItemSpriteSheet.ARTIFACT_HORN1;
|
image = ItemSpriteSheet.ARTIFACT_HORN1;
|
||||||
|
|
||||||
if (charge == chargeCap){
|
if (charge == chargeCap){
|
||||||
GLog.p( Messages.get(this, "full") );
|
GLog.p( Messages.get(HornOfPlenty.class, "full") );
|
||||||
partialCharge = 0;
|
partialCharge = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user