actually enforce NOCOMMIT tags finally

This commit is contained in:
Martin Michelsen
2025-12-02 21:46:58 -08:00
parent 779ec9df3b
commit 194bb5b393
5 changed files with 41 additions and 13 deletions
+3 -2
View File
@@ -199,8 +199,9 @@ public:
ItemData bb_identify_result;
std::array<std::vector<ItemData>, 3> bb_shop_contents;
// Miscellaneous (used by chat commands)
uint32_t next_exp_value = 0; // next EXP value to give
// Miscellaneous (used by chat commands / quest opcodes)
uint8_t schtserv_response_register = 0;
uint32_t next_exp_value = 0;
bool can_chat = true;
// NOTE: If you add any new optional promises here, make sure to also add
// them to cancel_pending_promises.