!7 abstract !include once #1016461 // Katze sclass Katze2 extends Katze { transient BakedBot bot; void actuallyLoadCat { dm_useLocalMechListCopies(); if (bot == null) bot = bakedBotWithDefaultMechLists(); catModule = runDependentWithParams(#1013936, denkmodulID := null, denkmodul := bot.bot); setOpt(catModule, defaultText := ""); } }