Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -7,6 +7,7 @@ public class MaintainNode : ProgramNode
|
||||
public MaintainNode()
|
||||
{
|
||||
DisplayText = "Maintain";
|
||||
TooltipText = "Repairs the robot by consuming one matching gear and restoring a small amount of maintenance.";
|
||||
}
|
||||
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
|
||||
Reference in New Issue
Block a user