mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-26 22:43:14 -04:00
8b8f11d72e
* Adds TrickOption subclass and fills in extra info. Fills in the extra info from randomizer_tricks.cpp that other Options don't have (hence the subclass for Tricks specifically). * Uses new definitions of tricks in ImGui menu. * Removes randomizer_tricks.cpp/h * Adds new tricks.cpp/h to hold some static data and functions. * Refactors Tricks namespace into a class with only static memebers and functions. * Fixes bug with Trick Tag system.