Attacker machine Take-runes to use Catalytic and Elemental runes

This commit is contained in:
Tooze 2026-02-20 22:43:44 -05:00
parent 5861868677
commit c2f369b520

View file

@ -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