Skip to content

Commit

Permalink
Showing 7 changed files with 115 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -146,5 +146,21 @@ CONTRACT_TYPE
type = DestroyVessel
onState = CONTRACT_SUCCESS
vessel = AdvComSatellite
}
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
Original file line number Diff line number Diff line change
@@ -126,5 +126,21 @@ CONTRACT_TYPE
type = DestroyVessel
onState = CONTRACT_SUCCESS
vessel = EarlyComSatellite
}
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
Original file line number Diff line number Diff line change
@@ -126,5 +126,21 @@ CONTRACT_TYPE
type = DestroyVessel
onState = CONTRACT_SUCCESS
vessel = TestComSatellite
}
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
16 changes: 16 additions & 0 deletions GameData/RP-0/Contracts/Weather Sats/Early Weather Sats.cfg
Original file line number Diff line number Diff line change
@@ -118,4 +118,20 @@ CONTRACT_TYPE
onState = CONTRACT_SUCCESS
vessel = EarlyWeatherSatellite
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
16 changes: 16 additions & 0 deletions GameData/RP-0/Contracts/Weather Sats/Geostationary Weather Sat.cfg
Original file line number Diff line number Diff line change
@@ -136,4 +136,20 @@ CONTRACT_TYPE
onState = CONTRACT_SUCCESS
vessel = GEOWeatherSatellite
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
16 changes: 16 additions & 0 deletions GameData/RP-0/Contracts/Weather Sats/Second Gen Weather Sats.cfg
Original file line number Diff line number Diff line change
@@ -126,4 +126,20 @@ CONTRACT_TYPE
onState = CONTRACT_SUCCESS
vessel = SecondGenWeatherSatellite
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}
16 changes: 16 additions & 0 deletions GameData/RP-0/Contracts/Weather Sats/Sun Sync Weather Sats.cfg
Original file line number Diff line number Diff line change
@@ -135,4 +135,20 @@ CONTRACT_TYPE
onState = CONTRACT_SUCCESS
vessel = SunSyncWeatherSatellite
}
BEHAVIOUR
{
name = VesselDestroyed
type = DialogBox
DIALOG_BOX
{
title = Vessel Ownership Transferred
condition = CONTRACT_SUCCESS
position = CENTER
width = 0.5
TEXT
{
text = The contract has been completed successfully and the satellite has been transferred back to the customer.
}
}
}
}

0 comments on commit b364d67

Please sign in to comment.