Floor Is Lava (#1098)

* adding another meter to the byblos lava level

* turning the sealevel into a deepsurface
This commit is contained in:
Fate-JH 2023-05-30 13:03:40 -04:00 committed by GitHub
parent 006dd201ba
commit 24a44eff1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,7 +382,7 @@ case object MapInfo extends StringEnum[MapInfo] {
checksum = 3797992164L,
scale = MapScale.Dim2048,
hotSpotSpan = 80,
environment = List(SeaLevel(EnvironmentAttribute.Death, 51f)) //ADB: 51.414f
environment = List(Pool(EnvironmentAttribute.Death, DeepSurface(51.414f, 2048, 2048, 0, 0)))
)
case object Ugd05