Prevent chain chomp from hurting people in cutscene

This commit is contained in:
MysterD 2020-09-21 18:18:19 -07:00
parent 378ab6edc1
commit 47122758d8
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();
}
}
/**