diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/points-at.folk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtual-programs/points-at.folk b/virtual-programs/points-at.folk index a037f98f..ed3fb8eb 100644 --- a/virtual-programs/points-at.folk +++ b/virtual-programs/points-at.folk @@ -1,8 +1,10 @@ When when /rect/ points /direction/ with length /l/ at /someone/ /lambda/ with environment /e/ { + if {[string match "/*" $rect]} { return } Wish $rect points $direction with length $l } When when /rect/ points /direction/ at /someone/ /lambda/ with environment /e/ { + if {[string match "/*" $rect]} { return } Wish $rect points $direction with length 1 } |
