Fixed bug causing Puro Puro implings to cluster in the north east corner
This commit is contained in:
@@ -19,7 +19,6 @@ class ImplingBehavior : NPCBehavior (*Impling.getIds()) {
|
|||||||
override fun onCreation (self: NPC) {
|
override fun onCreation (self: NPC) {
|
||||||
self.isWalks = true
|
self.isWalks = true
|
||||||
self.isNeverWalks = false
|
self.isNeverWalks = false
|
||||||
self.properties.spawnLocation = self.location
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun tick(self: NPC) : Boolean {
|
override fun tick(self: NPC) : Boolean {
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ class ImplingSpawnerBehavior : NPCBehavior (*ImplingSpawner.getIds()) {
|
|||||||
self.isWalks = true
|
self.isWalks = true
|
||||||
self.isNeverWalks = false
|
self.isNeverWalks = false
|
||||||
self.setInvisible(true)
|
self.setInvisible(true)
|
||||||
self.properties.spawnLocation = self.location
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onRespawn (self: NPC) {
|
override fun onRespawn (self: NPC) {
|
||||||
|
|||||||
Reference in New Issue
Block a user