183184185186187188189190191192193
public void runImpl() { final NpcInstance actor = getActor(); if (actor != null) { actor.stopConfused(); } _madnessTask = null; } }, 20000L); }
314315316317318319320321322323324
public void runImpl() { NpcInstance actor = getActor(); if (actor != null) { actor.stopConfused(); } _madnessTask = null; } }