Round 10/Proposal Ideas: Difference between revisions

miraheze>CodeTriangle
Current draft: fix for the overlapping schedule and simultaneity stuff
miraheze>CodeTriangle
Line 41: Line 41:
:
:
:In addition to normal failure conditions for secret actions, bids fail if any of the following occur:
:In addition to normal failure conditions for secret actions, bids fail if any of the following occur:
:*If a player attempts to bid something that is not a natural number greater than zero or attempts to bid more than once on a single lot, then the bid fails.
:*If, when a player reveals some hashed text containing an otherwise successful bid, one or more of those bids are not a natural number greater than zero if more than one of them are on a single lot, then all such bids fail immediately.
:*If the set of a player's bids that would otherwise succeed add up to a number more than how many points they have, then all of their bids fail.
:*If the set of a player's bids that would otherwise succeed add up to a number more than how many points they have, then all of their bids fail.
:
: