Skip to content

RO with 12 existing ROs #7

@rootabeta

Description

@rootabeta

Attempting to RO when the region already has 12 ROs may result in a failure to successfully appoint oneself.
This can be circumvented by changing line 286 in content.js from
if(encounteredSelf) {
to
if(encounteredSelf || other_ros.length == 12) {
This allows YAFFeather to dismiss an RO if it has not found itself, but there are 12 ROs, meaning one must be dismissed before appointing.

This allows YAFFeather to catch failed RO attempts due to no available RO slots.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or requestgood first issueGood for newcomersminorDoes not cause significant issues

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions