mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-22 19:05:11 -06:00
remove the dest overrides
This commit is contained in:
parent
ca5b1f6ca9
commit
91f9bcaa19
1 changed files with 4 additions and 4 deletions
|
|
@ -1320,9 +1320,9 @@ class EW2Listeners : InteractionListener {
|
|||
return@setDest Location.create(1953, 5167, 3)
|
||||
}
|
||||
|
||||
// the double stacked pins and the cogs on them.
|
||||
setDest(IntType.SCENERY, intArrayOf(Scenery.PIN_18665, Scenery.PIN_18666, Scenery.COG_18673, Scenery.COG_18674, Scenery.COG_18675, Scenery.COG_18667, Scenery.COG_18668, Scenery.COG_18669), "use") { _, _ ->
|
||||
return@setDest Location.create(1958, 5157, 2)
|
||||
}
|
||||
// the double stacked pins and the cogs on them. todo probably remove these later
|
||||
//setDest(IntType.SCENERY, intArrayOf(Scenery.PIN_18665, Scenery.PIN_18666, Scenery.COG_18673, Scenery.COG_18674, Scenery.COG_18675, Scenery.COG_18667, Scenery.COG_18668, Scenery.COG_18669), "use") { _, _ ->
|
||||
// return@setDest Location.create(1958, 5157, 2)
|
||||
//}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue