DEG-137 [Fix] 출근 시간에 던전 갈 수 있도록 수정
This commit is contained in:
parent
5041233ba7
commit
82a36ac03d
@ -74,11 +74,6 @@ public class InteractionController : MonoBehaviour
|
|||||||
|
|
||||||
if (interactionType == ActionType.Dungeon)
|
if (interactionType == ActionType.Dungeon)
|
||||||
{
|
{
|
||||||
if (PlayerStats.Instance.CanWork()) // 출근 시간인데 던전에 가려하는 경우
|
|
||||||
{
|
|
||||||
PlayerStats.Instance.ShowAndHideBubble("출근 시간해야 해");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
GameManager.Instance.ChangeToGameScene();
|
GameManager.Instance.ChangeToGameScene();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user