Added latest commits for todays sync.
This commit is contained in:
@@ -41,11 +41,6 @@ public class Hit
|
||||
addMask(AttackType.MISSED);
|
||||
return;
|
||||
}
|
||||
else if (target.isInvul() || (shld > 0))
|
||||
{
|
||||
addMask(AttackType.BLOCKED);
|
||||
return;
|
||||
}
|
||||
|
||||
if (crit)
|
||||
{
|
||||
@@ -56,6 +51,11 @@ public class Hit
|
||||
{
|
||||
addMask(AttackType.SHOT_USED);
|
||||
}
|
||||
|
||||
if (target.isInvul() || (shld > 0))
|
||||
{
|
||||
addMask(AttackType.BLOCKED);
|
||||
}
|
||||
}
|
||||
|
||||
private void addMask(AttackType type)
|
||||
|
Reference in New Issue
Block a user