Evolution, added stats
This commit is contained in:
parent
f3d27c9d93
commit
297e9baf41
@ -163,7 +163,15 @@ public class Evolution extends SoloGame
|
||||
new KillsWhileEvolvingTracker(this)
|
||||
);
|
||||
|
||||
registerChatStats();
|
||||
registerChatStats(
|
||||
Kills,
|
||||
Deaths,
|
||||
KDRatio,
|
||||
BlankLine,
|
||||
Assists,
|
||||
DamageDealt,
|
||||
DamageTaken
|
||||
);
|
||||
}
|
||||
|
||||
public EvolveManager getEvolve()
|
||||
|
@ -370,6 +370,8 @@ public class GameChatManager implements Listener
|
||||
// Dragon Escape Teams
|
||||
// Dragons
|
||||
// Dragons Teams
|
||||
// Draw My Thing
|
||||
// Evolution
|
||||
|
||||
/** BROKEN - TODO */
|
||||
// BossBattles
|
||||
|
Loading…
Reference in New Issue
Block a user