1
This commit is contained in:
parent
a4ff6a50e8
commit
c12aac66cb
@ -1718,7 +1718,6 @@ void Human::Revive()
|
|||||||
{
|
{
|
||||||
dead = false;
|
dead = false;
|
||||||
health = GetMaxHP();
|
health = GetMaxHP();
|
||||||
CheckGrass();
|
|
||||||
{
|
{
|
||||||
MetaData::Buff* buff_meta = MetaMgr::Instance()->GetBuff(1003);
|
MetaData::Buff* buff_meta = MetaMgr::Instance()->GetBuff(1003);
|
||||||
if (buff_meta) {
|
if (buff_meta) {
|
||||||
@ -1728,6 +1727,7 @@ void Human::Revive()
|
|||||||
room->frame_event.AddRevive(this);
|
room->frame_event.AddRevive(this);
|
||||||
room->OnHumanRevive(this);
|
room->OnHumanRevive(this);
|
||||||
|
|
||||||
|
CheckGrass();
|
||||||
use_skill = false;
|
use_skill = false;
|
||||||
curr_skill_phase = 0;
|
curr_skill_phase = 0;
|
||||||
skill_dir = a8::Vec2();
|
skill_dir = a8::Vec2();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user