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.
2 parents 225bb18 + 6cbee54 commit 4e0d91bCopy full SHA for 4e0d91b
textworld/generator/data/logic/room.twl
@@ -58,9 +58,7 @@ type r {
58
59
predicates {
60
at(P, r) :: "The player is in {r}";
61
- at(s, r) :: "The {s} is in {r}";
62
- at(c, r) :: "The {c} is in {r}";
63
- at(o, r) :: "The {o} is in {r}";
+ at(t, r) :: "The {t} is in {r}";
64
65
north_of(r, r') :: "The {r} is mapped north of {r'}";
66
south_of(r, r') :: "The {r} is mapped south of {r'}";
0 commit comments