Passive skills should hide messages.

This commit is contained in:
MobiusDev 2017-09-22 00:35:13 +00:00
parent cdfbd8dea4
commit d279eb7aa7
4 changed files with 4 additions and 4 deletions

View File

@ -220,7 +220,7 @@ public enum SkillOperateType
*/
public boolean isHidingMesseges()
{
return (this == A5) || (this == A6) || (this == TG);
return (this == A5) || (this == A6) || (this == TG) || (this == P);
}
/**

View File

@ -220,7 +220,7 @@ public enum SkillOperateType
*/
public boolean isHidingMesseges()
{
return (this == A5) || (this == A6) || (this == TG);
return (this == A5) || (this == A6) || (this == TG) || (this == P);
}
/**

View File

@ -220,7 +220,7 @@ public enum SkillOperateType
*/
public boolean isHidingMesseges()
{
return (this == A5) || (this == A6) || (this == TG);
return (this == A5) || (this == A6) || (this == TG) || (this == P);
}
/**

View File

@ -220,7 +220,7 @@ public enum SkillOperateType
*/
public boolean isHidingMesseges()
{
return (this == A5) || (this == A6) || (this == TG);
return (this == A5) || (this == A6) || (this == TG) || (this == P);
}
/**