倒地后不能使用技能
This commit is contained in:
parent
06b36b60c9
commit
fb59bf9c79
@ -1024,6 +1024,9 @@ void Human::DoJump()
|
|||||||
|
|
||||||
bool Human::CanUseSkill()
|
bool Human::CanUseSkill()
|
||||||
{
|
{
|
||||||
|
if (downed) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (!skill_meta_) {
|
if (!skill_meta_) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user