Prevent chain chomp from hurting people in cutscene

This commit is contained in:
MysterD 2020-09-21 18:18:19 -07:00
parent 16fd34a75b
commit 6ba3b4ecd5
1 changed files with 3 additions and 0 deletions

View File

@ -452,6 +452,9 @@ static void chain_chomp_act_move(void) {
#ifndef NODRAWINGDISTANCE
}
#endif
if (o->oChainChompReleaseStatus != CHAIN_CHOMP_NOT_RELEASED) {
cur_obj_become_intangible();
}
}
/**