Skip to content

Commit

Permalink
bugfixes close #100 close #125
Browse files Browse the repository at this point in the history
  • Loading branch information
inigmatus committed Jan 10, 2016
1 parent f64dd23 commit 0fe4b5d
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 120 deletions.
10 changes: 0 additions & 10 deletions Airlines-Flight-10.cfg
Expand Up @@ -197,16 +197,6 @@ CONTRACT_TYPE
}

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsOnIsland.ElementAt(0)
kerbal = @/kerbalsOnIsland.ElementAt(1)

}

BEHAVIOUR
{
Expand Down
12 changes: 0 additions & 12 deletions Airlines-Flight-20.cfg
Expand Up @@ -224,18 +224,6 @@ CONTRACT_TYPE
}

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsOnIsland.ElementAt(0)
kerbal = @/kerbalsOnIsland.ElementAt(1)
kerbal = @/kerbalsOnIsland.ElementAt(2)
kerbal = @/kerbalsOnIsland.ElementAt(3)

}

BEHAVIOUR
{
Expand Down
12 changes: 0 additions & 12 deletions Airlines-Flight-40.cfg
Expand Up @@ -213,18 +213,6 @@ CONTRACT_TYPE
}

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsOnIsland.ElementAt(0)
kerbal = @/kerbalsOnIsland.ElementAt(1)
kerbal = @/kerbalsOnIsland.ElementAt(2)
kerbal = @/kerbalsOnIsland.ElementAt(3)

}

BEHAVIOUR
{
Expand Down
10 changes: 0 additions & 10 deletions Airlines-Flight-5.cfg
Expand Up @@ -177,16 +177,6 @@ CONTRACT_TYPE
}
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbalsOnIsland.ElementAt(0)
kerbal = @/kerbalsOnIsland.ElementAt(1)
}
BEHAVIOUR
{
Expand Down
9 changes: 0 additions & 9 deletions CoastGuard-Certification.cfg
Expand Up @@ -134,15 +134,6 @@ CONTRACT_TYPE
}
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbals.ElementAt(0)
}
BEHAVIOUR
{
Expand Down
10 changes: 0 additions & 10 deletions CoastGuard-RescueClimbers.cfg
Expand Up @@ -153,16 +153,6 @@ CONTRACT_TYPE
}

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsInDistress.ElementAt(0)
kerbal = @/kerbalsInDistress.ElementAt(1)

}

BEHAVIOUR
{
Expand Down
10 changes: 0 additions & 10 deletions CoastGuard-RescueFishermen.cfg
Expand Up @@ -243,16 +243,6 @@ CONTRACT_TYPE

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsInDistress.ElementAt(0)
kerbal = @/kerbalsInDistress.ElementAt(1)

}

//Spawn Vessel in Distress
BEHAVIOUR
{
Expand Down
9 changes: 0 additions & 9 deletions CoastGuard-RescuePilot-Carrier.cfg
Expand Up @@ -161,15 +161,6 @@ CONTRACT_TYPE
}
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbalsInDistress.First()
}
//Spawn Aircraft Carrier
BEHAVIOUR
Expand Down
9 changes: 0 additions & 9 deletions CoastGuard-RescuePilot.cfg
Expand Up @@ -169,15 +169,6 @@ CONTRACT_TYPE
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbalsInDistress.First()
}
//Generate Sea Zones and Define Random Waypoints
BEHAVIOUR
{
Expand Down
21 changes: 0 additions & 21 deletions IslandTours-Flight-38.cfg
Expand Up @@ -170,15 +170,6 @@ CONTRACT_TYPE
}
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbalsIslandStaff.ElementAt(0)
}
BEHAVIOUR
{
Expand Down Expand Up @@ -249,18 +240,6 @@ CONTRACT_TYPE
}
}
BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal
kerbal = @/kerbalsOnIsland.ElementAt(0)
kerbal = @/kerbalsOnIsland.ElementAt(1)
kerbal = @/kerbalsOnIsland.ElementAt(2)
kerbal = @/kerbalsOnIsland.ElementAt(3)
}
BEHAVIOUR
{
Expand Down
9 changes: 1 addition & 8 deletions SSI-Start.cfg
Expand Up @@ -128,14 +128,7 @@ CONTRACT_TYPE

}

BEHAVIOUR
{
name = RemoveKerbal
type = RemoveKerbal

kerbal = @/kerbalsSSI.ElementAt(0)

}


BEHAVIOUR
{
Expand Down

0 comments on commit 0fe4b5d

Please sign in to comment.