DEG-168 [FEAT] 돌발이벤트 후 강제숙면, 생활 능력치 업그레이드 #61
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user