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

Instant Runoff Voting! #19153

Merged
merged 6 commits into from Jul 6, 2016
Merged

Instant Runoff Voting! #19153

merged 6 commits into from Jul 6, 2016

Conversation

MrStonedOne
Copy link
Member

🆑
add: Instant Runoff Voting polls are now available.
/:cl:

This adds the game code required for voting IRV style

This adds the game code required for voting IRV style
@Bawhoppen
Copy link
Contributor

I told those people that it would be finished hahahahahah

log_game("[usr]([usr.ckey]) attempted to rig the vote by voting as [ckey]")
message_admins("[usr]([usr.ckey]) attempted to rig the vote by voting as [ckey]")
usr << "You don't seem to be [ckey]."
src << "Something went horribly wrong processing your vote. Please contact an administrator, they should have gotten a message about this"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@optimumtact optimumtact added the Feature Exposes new bugs in interesting ways label Jul 6, 2016
return 0
//we gots ourselfs a dirty cheater on our hands!
log_game("[usr]([usr.ckey]) attempted to rig the vote by voting as [ckey]")
message_admins("[usr]([usr.ckey]) attempted to rig the vote by voting as [ckey]")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key_name() and key_name_admin()

@optimumtact optimumtact merged commit f8e4304 into tgstation:master Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Exposes new bugs in interesting ways
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants