}
};
groundskeeperNPC.setEntityClass("groundskeepernpc");
groundskeeperNPC.setPosition(35, 13);
groundskeeperNPC.initHP(1000);
groundskeeperNPC.setDescription("You see Morgrin, the facility manager of the Magic City school. He is always busy and needs a helping hand.");
zone.add(groundskeeperNPC);
}
}