mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Move NPCs to better locations
This commit is contained in:
parent
9009ae1168
commit
ffcbaf13b5
4 changed files with 4 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package rs09.game.node.entity.npc.other
|
||||
package rs09.game.node.entity.npc.region.fremennikisles
|
||||
|
||||
import api.ContentAPI
|
||||
import core.game.node.entity.npc.AbstractNPC
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package rs09.game.node.entity.npc.other
|
||||
package rs09.game.node.entity.npc.region.fremennikisles
|
||||
|
||||
import api.ContentAPI
|
||||
import core.game.node.entity.npc.AbstractNPC
|
||||
|
|
@ -1,12 +1,10 @@
|
|||
package rs09.game.node.entity.npc.other
|
||||
package rs09.game.node.entity.npc.region.fremennikisles
|
||||
|
||||
import api.ContentAPI
|
||||
import core.game.node.entity.npc.AbstractNPC
|
||||
import core.game.world.map.Location
|
||||
import core.plugin.Initializable
|
||||
import core.tools.RandomFunction
|
||||
import org.rs09.consts.NPCs
|
||||
import rs09.game.system.SystemLogger
|
||||
|
||||
@Initializable
|
||||
class IceTrollJatizsoCaves : AbstractNPC {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package rs09.game.node.entity.npc.other
|
||||
package rs09.game.node.entity.npc.region.fremennikisles
|
||||
|
||||
import core.game.node.entity.npc.AbstractNPC
|
||||
import core.game.world.map.Location
|
||||
Loading…
Add table
Add a link
Reference in a new issue