mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-12-12 07:35:08 +00:00
Compare commits
2 commits
091892b339
...
94cb7039a8
Author | SHA1 | Date | |
---|---|---|---|
94cb7039a8 | |||
b4d83b12f7 |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue