Skip to content

Commit

Permalink
fix: monster speed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospess0a committed Oct 22, 2023
1 parent 568f40d commit 5a0f3db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ monster.health = 120
monster.maxHealth = 120
monster.race = "venom"
monster.corpse = 6036
monster.speed = 40
monster.speed = 0
monster.manaCost = 0

monster.changeTarget = {
Expand Down

0 comments on commit 5a0f3db

Please sign in to comment.