idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -0,0 +1,16 @@

playdate_default_participant_trigger = {
is_ai = yes
NOT = { this = root }
is_alive = yes
is_imprisoned = no
is_incapable = no
}
playdate_potential_guest_check_trigger = {
NOT = { this = scope:activity.activity_host }
is_available_for_child_activity_trigger = yes
NOT = { is_in_list = potential_guests }
}