mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 07:35:34 -07:00
Super heavy Iron Boots
This commit is contained in:
parent
68b3de6aac
commit
af3ebf9a08
1 changed files with 4 additions and 0 deletions
|
@ -11052,6 +11052,10 @@ void Player_Update(Actor* thisx, PlayState* play) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (this->currentBoots == PLAYER_BOOTS_IRON) {
|
||||
this->actor.gravity = -10.0f;
|
||||
}
|
||||
|
||||
GameInteractor_ExecuteOnPlayerUpdate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue