1
This commit is contained in:
parent
ebe3e4f328
commit
347260bc05
@ -289,6 +289,7 @@ void Hero::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
|
|||||||
if (room->IsPveRoom()) {
|
if (room->IsPveRoom()) {
|
||||||
--room->pve_data.mon_num;
|
--room->pve_data.mon_num;
|
||||||
--room->pve_data.killed_num;
|
--room->pve_data.killed_num;
|
||||||
|
room->NotifyUiUpdate();
|
||||||
}
|
}
|
||||||
GetTrigger()->Die();
|
GetTrigger()->Die();
|
||||||
}
|
}
|
||||||
|
@ -287,6 +287,7 @@ void Incubator::SpawnWaveMon(int wave)
|
|||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
}
|
}
|
||||||
++room->pve_data.mon_num;
|
++room->pve_data.mon_num;
|
||||||
|
room->NotifyUiUpdate();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
&xtimer_attacher_.timer_list_);
|
&xtimer_attacher_.timer_list_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user