This commit is contained in:
Chiss 2013-12-21 16:52:59 +11:00
parent 50c2b10b50
commit f50ae06dff
1 changed files with 1 additions and 4 deletions

View File

@ -67,11 +67,8 @@ public class BossMobs
ent.setHealth(5); ent.setHealth(5);
//Target
Player player = UtilAlg.Random(Host.Host.GetPlayers(true));
//Add //Add
_ents.put(ent, player); _ents.put(ent, null);
} }
private void MoveDieHit() private void MoveDieHit()