Fixed NPCs pathing around safespots when standing adjacent to the safespot
This commit is contained in:
@@ -468,7 +468,7 @@ class CombatPulse(
|
|||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
movement = object : MovementPulse(entity, null, DestinationFlag.ENTITY) {
|
movement = object : MovementPulse(entity, null) {
|
||||||
override fun pulse(): Boolean {
|
override fun pulse(): Boolean {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user