mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Added missing eastern larupia pit
This commit is contained in:
parent
91cdd5a95a
commit
37a9f792e0
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ data class Pit(val varpId: Int, val varpOffset: Int, val horizontal: Boolean)
|
|||
val pitVarps = hashMapOf(
|
||||
// Larupia pits (the duplicate 24 is likely authentic)
|
||||
Location.create(2565,2888) to Pit(917, 27, true),
|
||||
Location.create(2573,2885) to Pit(918, 0, false),
|
||||
Location.create(2556,2893) to Pit(917, 18, false),
|
||||
Location.create(2552,2904) to Pit(917, 24, true),
|
||||
Location.create(2543,2908) to Pit(917, 21, false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue