禁疗状态
This commit is contained in:
@@ -856,6 +856,9 @@ namespace TcgEngine.Gameplay
|
||||
if (target.HasStatus(StatusType.Invincibility))
|
||||
return;
|
||||
|
||||
if (target.HasStatus(StatusType.NoTreatment)) // 禁疗时不会治疗
|
||||
return;
|
||||
|
||||
target.damage -= value;
|
||||
target.damage = Mathf.Max(target.damage, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user