Added config entry for Magnus Gram, fixed spawn location, added interaction destination override.

This commit is contained in:
ceikry
2021-07-08 19:16:13 -05:00
parent 508a8d9498
commit 243c026a01
3 changed files with 17 additions and 1 deletions
@@ -121,5 +121,9 @@ class JatizsoListeners : InteractionListener() {
ContentAPI.sendMessage(player, "You ring the warning bell, but everyone ignores it!")
return@on true
}
setDest(NPC, NPCs.MAGNUS_GRAM_5488){_ ->
return@setDest Location.create(2416, 3801, 0)
}
}
}