v0.3.4: removed unnecessary utils call in wandmaker, added comments to messages
This commit is contained in:
committed by
Evan Debenham
parent
36cfd31fde
commit
7860a77789
@@ -111,7 +111,7 @@ public class Wandmaker extends NPC {
|
||||
msg = Messages.get(this, "reminder_berry", Dungeon.hero.givenName());
|
||||
break;
|
||||
}
|
||||
GameScene.show(new WndQuest(this, Utils.format(msg, Dungeon.hero.givenName())));
|
||||
GameScene.show(new WndQuest(this, msg));
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user