You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Merge pull request #50 from PyroJay4/patch-8
Update koopa_shell_underwater.inc.c
This commit is contained in:
@@ -26,13 +26,13 @@ void bhv_koopa_shell_underwater_loop(void) {
|
||||
break;
|
||||
case HELD_THROWN:
|
||||
case HELD_DROPPED:
|
||||
obj_mark_for_deletion(o);
|
||||
spawn_mist_particles();
|
||||
obj_mark_for_deletion(o);
|
||||
break;
|
||||
}
|
||||
if (o->oInteractStatus & INT_STATUS_STOP_RIDING) {
|
||||
obj_mark_for_deletion(o);
|
||||
spawn_mist_particles();
|
||||
obj_mark_for_deletion(o);
|
||||
}
|
||||
o->oInteractStatus = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user