Skip to content

Commit

Permalink
Merge pull request #174 from FolkComputer/nm/cleanup-intersects
Browse files Browse the repository at this point in the history
Remove the self-wish for neighbors on the virtual page
  • Loading branch information
osnr authored Sep 15, 2024
2 parents 0700e18 + a77daca commit 14c2f86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions virtual-programs/intersect.folk
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#Wish $this is outlined white

When $this has neighbor /n/ {
Wish $this is labelled $n
}

#Wish $this has neighbors

When /someone/ wishes /p/ has neighbors & /p/ has region /r/ & /p2/ has region /r2/ {
if {$p eq $p2} { return }
Expand Down

0 comments on commit 14c2f86

Please sign in to comment.