v1.2.1 - Fixed issue with final idea from flashback not appearing

This commit is contained in:
Jacoder23 2022-10-31 20:52:05 +08:00
parent edd9ea2005
commit 7971784bec
1 changed files with 0 additions and 4 deletions

View File

@ -3526,10 +3526,6 @@ DIOTIMA: *All I could do was try and learn how to love better next time.*
var newItem = "Love is, despite suffering, ultimately good.";
inventory.indexOf(newItem) === -1 ? inventory.push(newItem) : console.log("This idea already exists");
if (inventory.indexOf("Love is, despite suffering, ultimately good.") > -1) {
inventory.splice(inventory.indexOf("Love is, despite suffering, ultimately good."), 1);
}
[continued]
[CSS]