Skip to content

Makes the painter ritual ask for a random person until it finds one - #557

Open
Ldip999 wants to merge 2 commits into
CausticCove:mainfrom
loservillage:painting
Open

Makes the painter ritual ask for a random person until it finds one#557
Ldip999 wants to merge 2 commits into
CausticCove:mainfrom
loservillage:painting

Conversation

@Ldip999

@Ldip999 Ldip999 commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

About The Pull Request

Shuffles the player list before sifting through it for painter quests
Not going to modularize it because it will probably be submitted upstream once or at the very least tell Ketrai

Developer's checklist

  • Try to modularize as much as possible.
  • Mark the start and end of edits outside the caustic modular folder (if applicable) for changes made.
  • Ensure that it compiles locally, and test new features (when applicable, please record if not!), or potential issues with related features.

Testing Evidence

Prod

Why It's Good For The Game

Don't believe it was intended to be a single person only

Changelog

🆑
fix: Abyssorite ritual now picks from random targets
/:cl:

@github-actions github-actions Bot added the Code label Jul 26, 2026
valid_targets += H

if(length(valid_targets))
return pick(valid_targets)

@Ketrai Ketrai Jul 27, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It already picks a random target.
If you're seeing the same target, it might be because there's only one valid target, or a coincidence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants