v0.4.3a: fixed a 'no string found' error in corpsedust
This commit is contained in:
parent
70c1bb46cf
commit
2bb55aa7c1
|
@ -67,7 +67,7 @@ public class CorpseDust extends Item {
|
||||||
@Override
|
@Override
|
||||||
public boolean doPickUp(Hero hero) {
|
public boolean doPickUp(Hero hero) {
|
||||||
if (super.doPickUp(hero)){
|
if (super.doPickUp(hero)){
|
||||||
GLog.n( Messages.get("chill") );
|
GLog.n( Messages.get( this, "chill") );
|
||||||
Buff.affect(hero, DustGhostSpawner.class);
|
Buff.affect(hero, DustGhostSpawner.class);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user