mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-03 02:01:47 -05:00
fix nuts reflect, I mean Deku nuts...
This commit is contained in:
parent
fb270dbab9
commit
a35c4abc30
@ -127,11 +127,7 @@ void func_80ABBBA8(EnNutsball* this, GlobalContext* globalCtx) {
|
||||
|
||||
this->collider.info.toucher.dmgFlags = 2;
|
||||
Matrix_MtxFToYXZRotS(&player->shieldMf, &sp4C, 0);
|
||||
if (CVar_GetS32("gNewDrops", 0) != 0) {
|
||||
this->actor.world.rot.z = sp4C.y + 0x8000;
|
||||
} else {
|
||||
this->actor.world.rot.y = sp4C.y + 0x8000;
|
||||
}
|
||||
this->actor.world.rot.y = sp4C.y + 0x8000;
|
||||
this->timer = 30;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user