mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Floor Is Lava (#1098)
* adding another meter to the byblos lava level * turning the sealevel into a deepsurface
This commit is contained in:
parent
006dd201ba
commit
24a44eff1f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue