diff --git a/ldjam50/Assets/Scripts/Mob.cs b/ldjam50/Assets/Scripts/Mob.cs index 274ce1e..aa64869 100644 --- a/ldjam50/Assets/Scripts/Mob.cs +++ b/ldjam50/Assets/Scripts/Mob.cs @@ -114,5 +114,6 @@ public void SetupMob(OverMind.MobParameters mobParameters) overMind = mobParameters.OverMind; health = mobParameters.Health; damage = mobParameters.Damage; + mobAddedTime = mobParameters.AddedTime; } }