This commit is contained in:
Michael Townsend
2023-06-12 10:36:01 -04:00
parent 4c683dd397
commit 9c02581b15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ var World = {
MOVES_PER_FOOD: 2,
MOVES_PER_WATER: 1,
DEATH_COOLDOWN: 120,
FIGHT_CHANCE: 0, //0.20, TODO UNCOMMENT THIS
FIGHT_CHANCE: 0.20,
BASE_HEALTH: 10,
BASE_HIT_CHANCE: 0.8,
MEAT_HEAL: 8,