Fixed bug causing Puro Puro implings to cluster in the north east corner

This commit is contained in:
Ceikry 2023-06-06 03:11:15 +00:00 committed by Ryan
parent 810528dfb4
commit b6d02cce17
2 changed files with 0 additions and 2 deletions

View file

@ -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 {

View file

@ -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) {