mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
fixes eggs not causing confusion as intended
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user