This commit is contained in:
Ino 2025-02-21 13:51:21 +09:00
parent 1c7b426bea
commit 942c51e346
1 changed files with 2 additions and 2 deletions

View File

@ -644,12 +644,12 @@ public class MobActor : Actor
yield return new WaitForSeconds(revivetime);
Play_Idle();
DeadStatus = false;
NoDmgTime = nodmgtime;
InGameInfo.Ins.Show_Effect(skilltype.e_SkillEffect, this, skilltype.e_EffectLocation, nodmgtime);
yield return new WaitForSeconds(0.5f);
Play_Idle();
DeadStatus = false;
ProjectileInfo.Ins.Shoot_Projectile("Projectile_Revive30", this, null, dmg, Get_Center_position(), 2f);
}