override public void RewardForPraying(Party p) { p.AddFaith(Random.Range(0, 2)); p.AddWake(Random.Range(0, 5)); }