mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-23 11:25:11 -06:00
Attacker machine Take-runes to use Catalytic and Elemental runes
This commit is contained in:
parent
5861868677
commit
c2f369b520
1 changed files with 2 additions and 3 deletions
|
|
@ -17,11 +17,10 @@ import org.rs09.consts.Scenery
|
|||
|
||||
class ItemMachine: InteractionListener {
|
||||
//Attacker//
|
||||
//val TAKE_RUNES = intArrayOf(Items.CATALYTIC_RUNE_12851,Items.ELEMENTAL_RUNE_12850)
|
||||
val TAKE_RUNES = intArrayOf(Items.CATALYTIC_RUNE_12851,Items.ELEMENTAL_RUNE_12850)
|
||||
//suppose to use Catalyic and Elemental runes
|
||||
private val TAKE_ARROWS = intArrayOf(Items.BRONZE_ARROW_882, Items.IRON_ARROW_884, Items.STEEL_ARROW_886, Items.MITHRIL_ARROW_888)
|
||||
private val TAKE_RUNES = intArrayOf(Items.AIR_RUNE_556, Items.WATER_RUNE_555, Items.EARTH_RUNE_557, Items.FIRE_RUNE_554,
|
||||
Items.MIND_RUNE_558, Items.CHAOS_RUNE_562, Items.DEATH_RUNE_560, Items.BLOOD_RUNE_565)
|
||||
//private val TAKE_RUNES = intArrayOf(Items.AIR_RUNE_556, Items.WATER_RUNE_555, Items.EARTH_RUNE_557, Items.FIRE_RUNE_554, Items.MIND_RUNE_558, Items.CHAOS_RUNE_562, Items.DEATH_RUNE_560, Items.BLOOD_RUNE_565)
|
||||
//Defender//
|
||||
private val TAKE_WORMS = Items.WORMS_10515
|
||||
private val TAKE_CRACKERS = Items.CRACKERS_10513
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue