Function to activate a list of mods
Right now I just directly overwrite last_mods
everywhere. This isn't sustainable because I want to do the missing mods check anytime someone tries to activate mods. Make a function called activate_mods
that takes List[Node]
of mods and inserts them into last_mods
Blocked by #9 (closed)