There are so many callouts/callins for everything else but nothing for reclaiming. Or else it's just not documented. Anyway I used a checking in the metal making and energy making to figure out if a unit is reclaiming. Now I am stuck as to how figure out WHAT it is reclaiming :S
Here is part of the code http://pastebin.com/j366zf69
The table "reclaimers" just keeps the UnitID of builders/com/nanos/resurrectors as identifier and a boolean that is always true as value. example:
Code: Select all
reclaimers={
170=true,
1023=true
}