Champ TDM, added stats
This commit is contained in:
parent
4e09aa4c34
commit
dc44207d7a
@ -16,6 +16,7 @@ import nautilus.game.arcade.game.games.champions.kits.KitMage;
|
||||
import nautilus.game.arcade.game.games.champions.kits.KitRanger;
|
||||
import nautilus.game.arcade.game.games.common.TeamDeathmatch;
|
||||
import nautilus.game.arcade.kit.Kit;
|
||||
import nautilus.game.arcade.managers.chat.ChatStatData;
|
||||
import nautilus.game.arcade.stats.ElectrocutionStatTracker;
|
||||
import nautilus.game.arcade.stats.KillAllOpposingStatTracker;
|
||||
import nautilus.game.arcade.stats.KillReasonStatTracker;
|
||||
@ -79,7 +80,15 @@ public class ChampionsTDM extends TeamDeathmatch
|
||||
new SeismicSlamStatTracker(this)
|
||||
);
|
||||
|
||||
registerChatStats();
|
||||
registerChatStats(
|
||||
Kills,
|
||||
Deaths,
|
||||
KDRatio,
|
||||
BlankLine,
|
||||
Assists,
|
||||
DamageDealt,
|
||||
DamageTaken
|
||||
);
|
||||
|
||||
new ChampionsFixes(this);
|
||||
}
|
||||
|
@ -356,6 +356,8 @@ public class GameChatManager implements Listener
|
||||
// Barbarians
|
||||
// Bridges
|
||||
// MasterBuilders
|
||||
// Castle Siege
|
||||
// Champions [ CTF - DOM - TDM ]
|
||||
|
||||
/** BROKEN */
|
||||
// BossBattles
|
||||
|
Loading…
Reference in New Issue
Block a user