mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 07:35:34 -07:00
5x boomerang length
This commit is contained in:
parent
679beee4f3
commit
85ca3c9ea9
1 changed files with 1 additions and 1 deletions
|
@ -2785,7 +2785,7 @@ s32 func_808359FC(Player* this, PlayState* play) {
|
||||||
this->boomerangActor = &boomerang->actor;
|
this->boomerangActor = &boomerang->actor;
|
||||||
if (boomerang != NULL) {
|
if (boomerang != NULL) {
|
||||||
boomerang->moveTo = this->unk_664;
|
boomerang->moveTo = this->unk_664;
|
||||||
boomerang->returnTimer = 20;
|
boomerang->returnTimer = 100;
|
||||||
this->stateFlags1 |= PLAYER_STATE1_25;
|
this->stateFlags1 |= PLAYER_STATE1_25;
|
||||||
if (!func_8008E9C4(this)) {
|
if (!func_8008E9C4(this)) {
|
||||||
func_808355DC(this);
|
func_808355DC(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue