make daycare cycles normal length again

This commit is contained in:
darkfire006 2022-07-12 09:13:49 -05:00
parent 672b256433
commit 673472d424
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@
End Sub
Public Shared Sub EggCircle()
Core.Player.PlayerTemp.DayCareCycle = 2
Core.Player.PlayerTemp.DayCareCycle = 256
ObtainEgg()
End Sub