harbingerofme / DebugToolkit

Debugging commands for Risk of Rain 2. Previously known as RoR2Cheats.
https://thunderstore.io/package/IHarbHD/DebugToolkit/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Make god toggle more consistent #166

Closed SChinchi closed 7 months ago

SChinchi commented 8 months ago

If a player joins with the drop-in multiplayer mod, or somehow the server modifies the god value of any character manually, calling god toggles the individual value for everyone. It's better to store the god state internally, like buddha does, and use that for everyone.

Now the command works similar to both buddha and no_enemies, which persist between runs. And like the latter, there is no reason to have the value toggleable only within a run.