Skip to content

Commit 91a6b58

Browse files
committed
Fix follower watching
1 parent 051f55d commit 91a6b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/src/main/kotlin/content/skill/summoning/Summoning.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fun Player.callFollower() {
139139
return
140140
}
141141
follower.tele(target, clearMode = false)
142-
follower.clearWatch()
142+
follower.watch(this)
143143
follower.gfx("summon_familiar_size_${follower.size}")
144144
}
145145

0 commit comments

Comments
 (0)