I've been reading through the robotics code (and writing an entry on the wiki:
http://gearheadrpg.com/wiki/index.php?title=Talents:Robotics) and trying to figure out what works and what doesn't. Experimentally I find I can't use my Mecha Welding Set or Mecha Patch Set, and in the function IsGoodRobotPart I see:
if ( Part^.G = GG_RepairFuel ) then begin
IsGoodRobotPart := ( ( Part^.S = 15 ) or ( Part^.S = 23 ) );
end
But as far as I can tell, Part^.S will be 0, 1, or 2 depending on whether it is repair, medical, or biotech fuel. Am I confused here? What repair fuel can actually be used to build robots? (And why can I use my violin?)