mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Added the bulk of pyramid plunder work
This commit is contained in:
parent
044c6a80e7
commit
f699e7cafd
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue