We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671dbbd commit 853f52fCopy full SHA for 853f52f
src/SIY-Game/SIYRulebook.class.st
@@ -235,7 +235,7 @@ SIYRulebook >> collectNounBelow: aBlock [
235
236
{
237
#category : #'rule updating',
238
- #'squeak_changestamp' : 'LK 2/4/2024 20:15'
+ #'squeak_changestamp' : 'LK 2/5/2024 21:50'
239
}
240
SIYRulebook >> collectNounRightOf: aBlock [
241
@@ -244,7 +244,7 @@ SIYRulebook >> collectNounRightOf: aBlock [
244
aBlock isOperator
245
ifTrue: [aBlock neighborsRight do: [:each |
246
each isNoun ifTrue: [^ each].
247
- each isOperator ifTrue: [^ self collectNounRightOf: each]]].
+ each isProperty ifTrue: [^ self collectNounRightOf: each]]].
248
249
aBlock isProperty
250
0 commit comments