Skip to content
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

Defensive numbers should include the result of the previous play #77

Open
Watchful1 opened this issue Aug 18, 2018 · 2 comments
Open

Defensive numbers should include the result of the previous play #77

Watchful1 opened this issue Aug 18, 2018 · 2 comments

Comments

@Watchful1
Copy link
Owner

No description provided.

@FakeCollegeFootball
Copy link

FakeCollegeFootball commented Nov 1, 2018

A functionally-similar workaround could be to append username mentions to the end of the play result messages. For example, add

	#Append usernames to messages
	messages.append("{} {}".format(
		utils.getCoachString(game, game.status.waitingOn),
		utils.getCoachString(game, game.status.waitingOn.negate())
	))

to the end of state.executePlay().

@Watchful1
Copy link
Owner Author

But then users would be two messages all the time. They would get pinged in the play result message and they would get the defensive number message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants