From c2f369b5204abc842c83ff62e70d84e0a12f2120 Mon Sep 17 00:00:00 2001 From: Tooze Date: Fri, 20 Feb 2026 22:43:44 -0500 Subject: [PATCH] Attacker machine Take-runes to use Catalytic and Elemental runes --- .../minigame/barbassault/arena/scenery/ItemMachine.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Server/src/main/content/minigame/barbassault/arena/scenery/ItemMachine.kt b/Server/src/main/content/minigame/barbassault/arena/scenery/ItemMachine.kt index 487e7192f..f0d4237a0 100644 --- a/Server/src/main/content/minigame/barbassault/arena/scenery/ItemMachine.kt +++ b/Server/src/main/content/minigame/barbassault/arena/scenery/ItemMachine.kt @@ -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