Checkpoint current interactive fiction changes
This commit is contained in:
Vendored
+5
@@ -243,6 +243,11 @@ class InkEngine {
|
||||
remainingTags.push(tag);
|
||||
return;
|
||||
}
|
||||
if (!currentText) {
|
||||
previous.tags.push(tag);
|
||||
remainingTags.push(tag);
|
||||
return;
|
||||
}
|
||||
const matchesCurrent = currentText.includes(term);
|
||||
const matchesPrevious = previousText.includes(term);
|
||||
if (!matchesCurrent && matchesPrevious) {
|
||||
|
||||
Reference in New Issue
Block a user