v0.3.0: reworked acting order, now uses a proper priority system with owned properties

This commit is contained in:
Evan Debenham
2015-05-14 19:47:25 -04:00
parent e60424bf15
commit e8a2004345
8 changed files with 38 additions and 7 deletions
@@ -47,6 +47,10 @@ import com.watabou.utils.Random;
import java.util.HashSet;
public abstract class Mob extends Char {
{
actPriority = 2; //hero gets priority over mobs.
}
private static final String TXT_DIED = "You hear something died in the distance";