From f699e7cafd22212ce5030af030785ffde1fb4eaf Mon Sep 17 00:00:00 2001 From: ceikry Date: Wed, 30 Mar 2022 08:48:58 -0500 Subject: [PATCH] Added the bulk of pyramid plunder work --- .../rs09/game/content/activity/pyramidplunder/PlunderData.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/content/activity/pyramidplunder/PlunderData.kt b/Server/src/main/kotlin/rs09/game/content/activity/pyramidplunder/PlunderData.kt index 9c7558426..485dfc154 100644 --- a/Server/src/main/kotlin/rs09/game/content/activity/pyramidplunder/PlunderData.kt +++ b/Server/src/main/kotlin/rs09/game/content/activity/pyramidplunder/PlunderData.kt @@ -22,7 +22,8 @@ object PlunderData { val mummy = NPC(4476, Location.create(1968, 4428, 2)).also { it.isNeverWalks = true; it.init() } val artifacts = arrayOf( - arrayOf(Items.IVORY_COMB_9026, Items.POTTERY_SCARAB_9032, Items.POTTERY_STATUETTE_9036), + arrayOf(Items.IVORY_COMB_9026), + arrayOf(Items.POTTERY_SCARAB_9032, Items.POTTERY_STATUETTE_9036), arrayOf(Items.STONE_SCARAB_9030, Items.STONE_STATUETTE_9038, Items.STONE_SEAL_9042), arrayOf(Items.GOLDEN_SCARAB_9028, Items.GOLDEN_STATUETTE_9034, Items.GOLD_SEAL_9040) )