noticed the error... i used "LOCAL" as target instead of "LOCALIZED" :p
however there is still a problem... while testing in arena mode the description of creature affected by the syndromes always says something like:
Active Syndromes:
Wind Blast!, 0 phases (0 seconds)
whats happening?
Arena mode bug. Time in arena mode gets screwed up after the first time you take control of a creature.
When you start the arena, syndrome progression works properly. After you take control of a creature, if you switch back to Fort-mode-style syndromes no longer progress.
______________________________________________________________________________
@RogueArchivist: Weird. Sometimes defining the same Tissue multiple times causes crashes*. It looks like you define the Platinum and Crystal Glass Tissues twice, once per Overseer caste. Delete the second set of declarations and see if that fixes the problem.
In general, for multiple-caste creatures I suggest doing all material and tissue declarations at the top of the entry, including calls to b_detail_plans that create tissues and materials (like standard_materials and _tissues).
I don't know that this will fix your problem, though, because in my experience it doesn't kick in unless you're re-defining MANY Materials/Tissues, occasional duplicates are usually no big deal.
*remember that Tissue declaration isn't caste specific.