v0.4.0: fixed a capitalization error in burning
This commit is contained in:
parent
d5390adb69
commit
f724d4c2b9
|
@ -86,7 +86,7 @@ public class Burning extends Buff implements Hero.Doom {
|
||||||
if (item instanceof Scroll) {
|
if (item instanceof Scroll) {
|
||||||
|
|
||||||
item = item.detach( hero.belongings.backpack );
|
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 );
|
Heap.burnFX( hero.pos );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user