Test a webhook commit.
This commit is contained in:
parent
0718150cd0
commit
ae50e6631f
@ -308,7 +308,7 @@ AnimationState Monster::GetDeathAnimationName(){
|
||||
return AnimationState::IDLE_S;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
bool Monster::Hurt(int damage){
|
||||
if(hp<=0) return false;
|
||||
hp=std::max(0,hp-damage);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user