fix move step bug

This commit is contained in:
bridge
2025-09-18 23:05:10 +08:00
parent 40bc4505ab
commit fa1bc3f0e9
2 changed files with 4 additions and 4 deletions

View File

@@ -377,7 +377,7 @@ class Avatar:
"""
获取角色的移动步长
"""
return self.cultivation_progress.get_month_step()
return self.cultivation_progress.get_move_step()
def get_new_avatar_from_ordinary(world: World, current_month_stamp: MonthStamp, name: str, age: Age):
"""