More last minute fixes (#37)

* More last minute fixes

* tweaks to RogueLike

* Add random GBK requirement
This commit is contained in:
Garrett Cox
2025-12-07 10:55:52 -06:00
committed by GitHub
parent 53162fde4a
commit 2b9acd888b
18 changed files with 167 additions and 19 deletions
@@ -58,7 +58,7 @@ void Anchor::SendPacket_PlayerUpdate() {
payload["currentShield"] = player->currentShield;
payload["currentTunic"] = player->currentTunic;
payload["stateFlags1"] = player->stateFlags1;
payload["stateFlags2"] = player->stateFlags2;
payload["stateFlags2"] = player->stateFlags2 & ~PLAYER_STATE2_DISABLE_DRAW;
payload["buttonItem0"] = gSaveContext.equips.buttonItems[0];
payload["itemAction"] = player->itemAction;
payload["heldItemAction"] = player->heldItemAction;