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) {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user