Author Topic: Can repair fuel still be used in building robots?  (Read 150 times)

Offline peridot

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
Can repair fuel still be used in building robots?
« on: May 29, 2010, 11:36:42 PM »
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?)