From daf0451c586e2b14572292065c1e95cb4f10035b Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Wed, 23 Feb 2022 20:07:03 -0500 Subject: [PATCH] more todo --- mods/crimson.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/crimson.js b/mods/crimson.js index 4bb24e55..42af9f8e 100644 --- a/mods/crimson.js +++ b/mods/crimson.js @@ -1,6 +1,7 @@ //TODO: crimtane, enemies, crimsandstone, ichor //Not doing: spawning -//Might not be possible: thorns (its breaking behavior would need a way for a pixel to detect when a pixel tryMove'd into its position) +//Might not be possible: thorns (its breaking behavior would need a way for a pixel to detect when a pixel tryMove'd into its position), clentamination (would require a way to go through pixels) +//Might or might not do: other spreading biomes, powders function includesArray(parentArray, testArray) { for (let i = 0; i < parentArray.length; i++) {