mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
fix somehow battle target from pf appear on other mode
surely not because i forgot to make battle target of pf to pf only 💀
This commit is contained in:
parent
704d3fda38
commit
a46f2307f8
@ -221,7 +221,7 @@ async fn create_battle_info(caster_id: u32, skill_index: u32) -> SceneBattleInfo
|
||||
.battle_target_info
|
||||
.insert(i, BattleTargetList::default());
|
||||
}
|
||||
|
||||
if player.battle_config.battle_type == BattleType::PF {
|
||||
battle_info.battle_target_info.insert(
|
||||
5,
|
||||
BattleTargetList {
|
||||
@ -239,7 +239,7 @@ async fn create_battle_info(caster_id: u32, skill_index: u32) -> SceneBattleInfo
|
||||
],
|
||||
},
|
||||
);
|
||||
|
||||
}
|
||||
// Apocalyptic Shadow
|
||||
if player.battle_config.battle_type == BattleType::AS {
|
||||
battle_info.battle_target_info.insert(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user