mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Removed random events from Tutorial Island
This commit is contained in:
parent
f37b30749e
commit
818ffc01e7
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
||||||
|
package content.region.misc.tutisland.handlers
|
||||||
|
|
||||||
|
import core.api.*
|
||||||
|
import core.game.world.map.zone.ZoneBorders
|
||||||
|
import core.game.world.map.zone.ZoneRestriction
|
||||||
|
|
||||||
|
class TutorialArea : MapArea {
|
||||||
|
override fun defineAreaBorders() : Array<ZoneBorders> { return arrayOf(12079, 12080, 12335, 12336, 12436, 12592).map { ZoneBorders.forRegion(it) }.toTypedArray() }
|
||||||
|
override fun getRestrictions() : Array<ZoneRestriction> { return arrayOf(ZoneRestriction.RANDOM_EVENTS) }
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue