remove the dest overrides

This commit is contained in:
aidan 2026-04-08 07:23:07 -05:00
parent ca5b1f6ca9
commit 91f9bcaa19

View file

@ -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)
//}
}
}