mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 13:47:12 +01:00
2e263ffc07
Don't snowflake one mode with new(). Setting this on new() causes weirdness when new() is called (prints unexpected messages to players about the mode being toggled). If you really want it, define the var as equal to the bitflag in the definition and update the starting human HUD to match. Don't change it 'after' if that's always how you want it.