Proposal: I’ve Got A Bad Feeling About This
Reaches quorum 4-0 and is enacted -SingularByte
Adminned at 30 Jul 2024 20:56:23 UTC
In the rule “Disturbances”, replace the text “which only the Elder Judge can perform, and should do so as a Daily Action” with the following text:
which is a Daily Communal Action that may be performed by any Fishing Contestant or the Elder Judge. If it has been over 36 hours since the last Sight Disturbances has been performed, or it has never been performed, no dynastic actions may be taken by any Fishing Contestant except for Sight Disturbances.
and in the same rule, add the following steps at the end of the atomic action Sight Disturbances:
* If there are less than 3 entries in the list of Disturbances, repeat all of the previous steps, until there 3 entries in that list.
* Publicly track the time and date of this performance of Sight Disturbances in a variable called “Last Sight Disturbances”
and in the same rule, remove the sentence beginning with “If there are ever less than three Disturbances”.
Anyone can perform Sight Disturbances, and it will hold up dynastic actions if no one does it within 36 hours of the previous one. This will also immediately halt dynastic actions when it is enacted, unless Darknight has performed Sight Disturbances before this enactment. This is intentional so that we get some Disturbances as soon as possible.
SingularByte: he/him
This creates an infinite loop, unless you explicitly ignore the step where you need to remove a disturbance from the list.
You could probably reword step one to be if there’s 3 or more, remove one, and step 2 to if there’s 2 or less, then add one. That would also fix it.