mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed bug causing Puro Puro implings to cluster in the north east corner
This commit is contained in:
parent
810528dfb4
commit
b6d02cce17
2 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ class ImplingBehavior : NPCBehavior (*Impling.getIds()) {
|
|||
override fun onCreation (self: NPC) {
|
||||
self.isWalks = true
|
||||
self.isNeverWalks = false
|
||||
self.properties.spawnLocation = self.location
|
||||
}
|
||||
|
||||
override fun tick(self: NPC) : Boolean {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ class ImplingSpawnerBehavior : NPCBehavior (*ImplingSpawner.getIds()) {
|
|||
self.isWalks = true
|
||||
self.isNeverWalks = false
|
||||
self.setInvisible(true)
|
||||
self.properties.spawnLocation = self.location
|
||||
}
|
||||
|
||||
override fun onRespawn (self: NPC) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue