-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanos Mode #360
Thanos Mode #360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this will be fun :) Are still working on a 2 year grace period? Do you think that's really required? Is it really a problem if this happens multiple times in a row?
]); | ||
console.log(activePlayers.length); | ||
for (let i = 0; i < activePlayers.length / 2; i++) { | ||
await player.killOne(conditions); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this result in too many notifications popping up? Would it be better combining them into one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you'll get a death notification for each of your players that died but it seems to limit it to only 4 shown at a time, so it doesn't seem worth it to notify for each player.
IMO it's an issue because if it happens 2 or 3 times in a row, the talent will be absolutely terrible in a league, you'll see 10 OVR players asking for the max. Most teams will have 0 OVR, it just makes things pretty janky. |
Ignore those last 4 commits :))) |
At the end of playoffs, there is a 20% chance the league gets snapped. Challenge mode. Wrecks a league, fun for the whole family.