public bool GetBool(string boolName)
 {
     return(ModHooks.GetPlayerBool(boolName));
 }