Passive skills should hide messages.
This commit is contained in:
parent
cdfbd8dea4
commit
d279eb7aa7
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user