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