mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 18:20:01 +00:00
update atack meta: don't give such large bonus for large attacks
This commit is contained in:
@@ -94,14 +94,6 @@ export class EventsDisplay extends LitElement implements Layer {
|
||||
return;
|
||||
}
|
||||
|
||||
myPlayer.incomingAttacks().forEach((a) => {
|
||||
console.log(
|
||||
`got type: ${(
|
||||
this.game.playerBySmallID(a.attackerID) as PlayerView
|
||||
).type()}`
|
||||
);
|
||||
});
|
||||
|
||||
// Update attacks
|
||||
this.incomingAttacks = myPlayer.incomingAttacks().filter((a) => {
|
||||
const t = (this.game.playerBySmallID(a.attackerID) as PlayerView).type();
|
||||
|
||||
Reference in New Issue
Block a user