Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Sep 25, 2020
1 parent 0e57a0a commit 9d7e5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The mechanism is complex and delicate. Not quite ancient but definitely a work o

In contrast to the intricate texture of the bulk of the mechanism, the center of the lock is simple. An elegant circle, about the size of my palm. This must be the equivalent of a key slit.

[[IF c.hasItem(theNull)]]After a few moments, I realize the shape of the lock reminds me of something I have. The circular badge of the orc leader. It will fit.[[ENDIF]]
[[IF c.hasItem(theNullId)]]After a few moments, I realize the shape of the lock reminds me of something I have. The circular badge of the orc leader. It will fit.[[ENDIF]]


// ---
Expand All @@ -36,7 +36,7 @@ FOR_LOCATION: $big_o_antechamber
PREREQUISITES:
w.actionHasBeenPerformed('examine_antechamber_lock')
&&
c.hasItem(theNull)
c.hasItem(theNullId)

COMPLETE_SUCCESS_DESCRIPTION:
I climb up the ladder and place the metal circle in the center of the mechanism. It fits perfectly. Something in the trapdoor clicks, and it slowly opens, as if held by an invisible hand.
Expand Down
6 changes: 3 additions & 3 deletions edgehead/lib/writers_input.compiled.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d7e5f1

Please sign in to comment.