diff --git a/mod-list.html b/mod-list.html index db24aca0..bb10e3cc 100644 --- a/mod-list.html +++ b/mod-list.html @@ -300,6 +300,7 @@ cat.jsCats and cat foodSquareScreamYT cells.jsSeveral experimental edits of the Cell elementAlice children.jsPesky little gremlinsTaterbob +coldblooded.jsLizards, axolotls, snakes, and moreCube14yt colonies.jsRockets that contain settlers to terraform a planetNekonico crimson.jsElements relating to the Crimson from TerrariaAlice dogs.jsSimple dog and dog foodhedera-ivy diff --git a/mods/coldblooded.js b/mods/coldblooded.js index 76fdefdb..bff6809a 100644 --- a/mods/coldblooded.js +++ b/mods/coldblooded.js @@ -73,7 +73,8 @@ elements.lizard = { "termite": { elem2: null, func: behaviors.FEEDPIXEL, chance: 0.3 }, "worm": { elem2: null, func: behaviors.FEEDPIXEL }, "bee": { elem2: null, func: eatBee, chance: 0.05 }, - "firefly": { elem2: null, func: eatBee, chance: 0.4}, + "firefly": { elem2: null, func: eatBee, chance: 0.4}, + "fish": { elem2: null, func: behaviors.FEEDPIXEL, chance: 0.5 }, "oxygen": {elem2: "carbon_dioxide", chance: 0.5}, "pool_water": {chance: 0.001, elem1: "rotten_meat"}, "dirty_water": {chance: 0.0001, elem1: "rotten_meat"},