Closed Matoran closed 4 years ago
I've checked this ingame, if _s is true the position contains a soul (only if you are shaman) otherwise it will always be false https://github.com/Ryder-One/hmap/blob/1edf7aa16d6485c61822c2f1a1e4e203e9fd9af0/src/data/hmap-desert-data.ts#L13
_s
true
false
Souls are already implemented, my bad https://github.com/Ryder-One/hmap/pull/5 :D.
I've checked this ingame, if
_s
istrue
the position contains a soul (only if you are shaman) otherwise it will always befalse
https://github.com/Ryder-One/hmap/blob/1edf7aa16d6485c61822c2f1a1e4e203e9fd9af0/src/data/hmap-desert-data.ts#L13