We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2467b8 commit b0f2f95Copy full SHA for b0f2f95
fighters/dedede/src/acmd/other.rs
@@ -306,7 +306,7 @@ unsafe fn dedede_gordo_special_s_attack_game(fighter: &mut L2CAgentBase) {
306
WorkModule::set_int(boma, 300, *WEAPON_INSTANCE_WORK_ID_INT_LIFE);
307
/* below grabs the boma of the opponent hitting gordo, the attack data of that hit, and adjusts the speed accordingly */
308
let num_players = Fighter::get_fighter_entry_count();
309
- if StopModule::is_hit(boma){
+ if StopModule::is_hit(boma) && !StopModule::is_damage(boma){
310
for i in 0..num_players{
311
let opponent_boma = sv_battle_object::module_accessor(Fighter::get_id_from_entry_id(i));
312
0 commit comments