DEG-168 [FEAT] 돌발이벤트 후 강제숙면, 생활 능력치 업그레이드 #61

Merged
jay merged 6 commits from DEG-168-돌발이벤트-후-강제숙면-생활-능력치-업그레이드 into main 2025-05-14 09:06:39 +00:00
Showing only changes of commit a154bba994 - Show all commits

View File

@ -237,13 +237,6 @@ public class PlayerStats : MonoBehaviour,ISaveable
{
_mealCount++;
}
// 다음 날로 넘기기 처리
bool shouldForceEndDay = actionType == ActionType.OvertimeWork || actionType == ActionType.TeamDinner;
if (shouldForceEndDay || TimeStat >= _gameConstants.maxTime)
{
EndDay(effect.timeChange, actionType);
}
}