Fixed pillory random event completion teleport location

This commit is contained in:
Player Name 2025-01-20 12:35:01 +00:00 committed by Ryan
parent 9beb7219ea
commit d08656021c

View file

@ -201,7 +201,7 @@ class PilloryInterface : InterfaceListener, InteractionListener, MapArea {
} }
override fun getRestrictions(): Array<ZoneRestriction> { override fun getRestrictions(): Array<ZoneRestriction> {
return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT) return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
} }
override fun areaEnter(entity: Entity) { override fun areaEnter(entity: Entity) {