...
This commit is contained in:
parent
1c7b426bea
commit
942c51e346
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue