fixes eggs not causing confusion as intended

This commit is contained in:
Kyep
2019-09-06 23:58:43 -07:00
parent 2e1adac158
commit c5b4cdab3a
+1 -1
View File
@@ -81,7 +81,7 @@
// Once at least one egg has hatched from you, you'll need help to reach medbay.
if(eggs_hatched >= 1)
owner.Confused(2)
owner.SetConfused(45)
if(egg_progress > egg_progress_per_hatch)
egg_progress -= egg_progress_per_hatch