v0.3.4: fixed more text errors in ethereal chains
This commit is contained in:
parent
e9421f0e43
commit
0934b7687a
|
@ -104,7 +104,7 @@ public class EtherealChains extends Artifact {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (newPos == -1){
|
if (newPos == -1){
|
||||||
GLog.w( Messages.get(this, "does_nothing") );
|
GLog.w( Messages.get(EtherealChains.class, "does_nothing") );
|
||||||
} else {
|
} else {
|
||||||
final int newMobPos = newPos;
|
final int newMobPos = newPos;
|
||||||
final Char affected = Actor.findChar( chain.collisionPos );
|
final Char affected = Actor.findChar( chain.collisionPos );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user