132133134135136137138
{ setCreature((Creature)obj); return; } throw new InvalidEditorObjectException(res.getLocaleString("creature.editor.error.invalid_object") + ": " + obj); }
153154155156157158159
{ setCampaign((Campaign)obj); return; } throw new InvalidEditorObjectException(res.getLocaleString("campaign.editor.error.invalid_object") + ": " + obj); }