878889909192939495
@Override public PlayableStat getStat() { if(super.getStat() == null || !(super.getStat() instanceof PlayableStat)) { setStat(new PlayableStat(this)); } return (PlayableStat) super.getStat(); }