public void RevertBonusStats(Trait t) { int[] temparr = t.GetStats(); for (int i = 0; i < temparr.Length; i++) { bonus_Stats[i] -= temparr[i]; } }