This commit is contained in:
Cube14yt 2025-06-16 19:43:50 +08:00 committed by GitHub
parent 64ac30e365
commit a57c035e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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"},