1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-07-23 04:50:51 +00:00

Compare commits

..

No commits in common. "94cb7039a85b880b1e57f2c474c99b17e5d7bd06" and "091892b3398c20bd61839831632168ba31962698" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View file

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