使用技能是打断换子弹
This commit is contained in:
parent
47b73eaccb
commit
fd9c2fa00d
@ -1038,6 +1038,9 @@ bool Human::CanUseSkill()
|
||||
|
||||
void Human::DoSkill()
|
||||
{
|
||||
if (action_type == AT_Relive) {
|
||||
CancelAction();
|
||||
}
|
||||
if (CanUseSkill()) {
|
||||
use_skill = false;
|
||||
curr_skill_phase = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user