Update characters' speed

This commit is contained in:
2022-08-23 14:54:01 +02:00
parent 933608b753
commit 329e8a18c5
6 changed files with 19 additions and 13 deletions

View File

@@ -76,7 +76,9 @@ public abstract class Creature extends NamedCharacter {
}
protected void die() {
if(isMoving()) {
abortMove();
}
}
public abstract String getName();