Skip to content

Commit

Permalink
Adjusted starting air for flying fish and african butterflyfish
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Nov 30, 2024
1 parent ca6c878 commit 83f83dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AfricanButterflyEntity(entityType: EntityType<out AfricanButterflyEntity>,
}

init {
this.air = this.maxAir
this.air = 300
}

override fun getMaxAir(): Int {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FlyingFishEntity(entityType: EntityType<out FlyingFishEntity>, world: Worl
return 6
}
init {
this.air = this.maxAir
this.air = 300
}

override fun getMaxAir(): Int {
Expand Down

0 comments on commit 83f83dd

Please sign in to comment.