mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-21 16:56:46 -04:00
467ee7ad12
* Convert `Rando::Logic` to a class. * Readd `LogicReset` as `Logic::Reset` for resetting logic mid-generation-cycle to allow seed generation to actually work. * Change `IsChild` and `IsAdult` to `CanBe` variants. * Make it buildable. * First LogicVar class. * Revert CanBe changes to Is (adult & child) as I'm no longer sure that it's a good one. * Update soh/soh/OTRGlobals.cpp Use existing gRandoContext reference. Co-authored-by: Pepe20129 <72659707+Pepe20129@users.noreply.github.com> * Conflict resolution cleanup (plus removing SaveContext references). --------- Co-authored-by: Pepe20129 <72659707+Pepe20129@users.noreply.github.com>