aboutsummaryrefslogtreecommitdiff
path: root/internal/world/mob.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/world/mob.go')
-rw-r--r--internal/world/mob.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/world/mob.go b/internal/world/mob.go
index a9e2f7e..45b0fb8 100644
--- a/internal/world/mob.go
+++ b/internal/world/mob.go
@@ -645,7 +645,7 @@ func (s *MobStore) RollIdleDescription(inst *MobInstance) {
inst.WanderTickCounter = 0
}
-func (s *MobStore) SpawnTransient(def *MobDef, cfg *SpawnMobConfig, roomID int, owner string) *MobInstance {
+func (s *MobStore) SpawnTransient(def *MobDef, cfg *behavior.SpawnMobConfig, roomID int, owner string) *MobInstance {
s.mu.Lock()
defer s.mu.Unlock()