forked from VoxeLibre/VoxeLibre
axolotls are no longer mislabelled as passive
This commit is contained in:
parent
4695707188
commit
6e328153d4
|
@ -33,7 +33,7 @@ local axolotl = {
|
|||
type = "animal",
|
||||
spawn_class = "water",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
passive = false,
|
||||
hp_min = 14,
|
||||
hp_max = 14,
|
||||
xp_min = 1,
|
||||
|
|
Loading…
Reference in New Issue