v1.2.1 - Fixed issue with final idea from flashback not appearing
This commit is contained in:
parent
edd9ea2005
commit
7971784bec
|
@ -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.";
|
var newItem = "Love is, despite suffering, ultimately good.";
|
||||||
|
|
||||||
inventory.indexOf(newItem) === -1 ? inventory.push(newItem) : console.log("This idea already exists");
|
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]
|
[continued]
|
||||||
|
|
||||||
[CSS]
|
[CSS]
|
||||||
|
|
Loading…
Reference in New Issue