public void SetBool(string boolName, bool value)
 {
     ModHooks.SetPlayerBool(boolName, value);
 }