1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-12-12 07:35:08 +00:00

build fix for monster x

This commit is contained in:
Alula 2020-12-19 02:36:27 +01:00
parent 091892b339
commit b4d83b12f7
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -447,7 +447,7 @@ impl BossNPC {
}
for npc_cell in npc_map.values() {
let npc = npc_cell.borrow_mut();
let mut npc = npc_cell.borrow_mut();
if npc.cond.alive() && npc.npc_type == 158 {
npc.cond.set_alive(false);
}