Skip to content

Commit b0f2f95

Browse files
committed
Certified Gordo Jank Moment
1 parent a2467b8 commit b0f2f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/dedede/src/acmd/other.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ unsafe fn dedede_gordo_special_s_attack_game(fighter: &mut L2CAgentBase) {
306306
WorkModule::set_int(boma, 300, *WEAPON_INSTANCE_WORK_ID_INT_LIFE);
307307
/* below grabs the boma of the opponent hitting gordo, the attack data of that hit, and adjusts the speed accordingly */
308308
let num_players = Fighter::get_fighter_entry_count();
309-
if StopModule::is_hit(boma){
309+
if StopModule::is_hit(boma) && !StopModule::is_damage(boma){
310310
for i in 0..num_players{
311311
let opponent_boma = sv_battle_object::module_accessor(Fighter::get_id_from_entry_id(i));
312312

0 commit comments

Comments
 (0)