mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Reworked Guardian Mummy Dialogue
This commit is contained in:
parent
bd60788518
commit
1eacc62a0d
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ 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),
|
||||
arrayOf(Items.POTTERY_SCARAB_9032, Items.POTTERY_STATUETTE_9036),
|
||||
arrayOf(Items.IVORY_COMB_9026, 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