v0.4.0: fixed a capitalization error in burning

This commit is contained in:
Evan Debenham 2016-05-10 18:36:42 -04:00
parent d5390adb69
commit f724d4c2b9

View File

@ -86,7 +86,7 @@ public class Burning extends Buff implements Hero.Doom {
if (item instanceof Scroll) {
item = item.detach( hero.belongings.backpack );
GLog.w( Messages.get(this, "burnsup", item.toString()) );
GLog.w( Messages.get(this, "burnsup", Messages.capitalize(item.toString())) );
Heap.burnFX( hero.pos );