Skip to content

Commit

Permalink
MindControlling Transport no longer change the owner of passengers
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Feb 24, 2024
1 parent 8aa93f5 commit d3150fd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/rv/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ shad:
AfterUnloadDelay: 0
UnloadVoice: Move
LoadedCondition: loaded
OwnerChangedAffectsPassengers: false
WithCargoSounds:
EnterSounds: genter1a.wav
ExitSounds: gexit1a.wav
Expand Down Expand Up @@ -866,6 +867,7 @@ pdplane:
TickRate: 1
Cargo:
MaxWeight: 10
OwnerChangedAffectsPassengers: false
ParaDrop:
DropRange: 4c0
ChuteSound: sparadra.wav
Expand Down Expand Up @@ -1343,6 +1345,7 @@ pdplane.crate:
TickRate: 1
Cargo:
MaxWeight: 10
OwnerChangedAffectsPassengers: false
ParaDrop:
DropRange: 4c0
ChuteSound: sparadra.wav
Expand Down Expand Up @@ -3084,6 +3087,7 @@ txdx:
BeforeUnloadDelay: 0
AfterUnloadDelay: 0
UnloadVoice: Move
OwnerChangedAffectsPassengers: false
WithCargoSounds:
EnterSounds: genter1a.wav
ExitSounds: gexit1a.wav
Expand Down
3 changes: 3 additions & 0 deletions mods/rv/rules/allied-vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ fv:
TurnSpeed: 60
Cargo:
Types: Infantry, Garrisoner
OwnerChangedAffectsPassengers: false
MaxWeight: 1
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down Expand Up @@ -1562,6 +1563,7 @@ bfrt:
# PauseOnCondition: chronodisable || emp || nogunner
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down Expand Up @@ -1878,6 +1880,7 @@ aambu:
RequiresCondition: composite_armor
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/civilian-vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bus:
Name: actor-bus.name
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/default-naval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
RepairActors: gadept, nadept, nadepb, yadept, yadepb, caoutp, caoutb
Cargo:
Types: Infantry, Garrisoner, SmallVehicle, Vehicle, GarrisonerVehicle, NaturalVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 12
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/old-vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ m113:
WithVoxelTurret:
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/soviet-structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@ nabnkr:
Type: Steel
Cargo:
Types: Garrisoner
OwnerChangedAffectsPassengers: false
MaxWeight: 6
InitialUnits: e2
AfterLoadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/soviet-vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ htk:
RenderDetectionCircle:
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
2 changes: 2 additions & 0 deletions mods/rv/rules/yuri-structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ yapowr:
RequiresCondition: !chronodisable && !forceshieldnopower && !disabled && loadedvehicle
Cargo:
Types: Infantry, Garrisoner, NaturalVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 5
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down Expand Up @@ -1481,6 +1482,7 @@ natbnk:
Type: Steel
Cargo:
Types: GarrisonerVehicle
OwnerChangedAffectsPassengers: false
MaxWeight: 3
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
1 change: 1 addition & 0 deletions mods/rv/rules/yuri-vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ kamaz:
RequiresCondition: toxinsprayer
Cargo:
Types: Infantry, Garrisoner, SmallVehicle
OwnerChangedAffectsPassengers: false
LoadedCondition: loaded
MaxWeight: 5
AfterLoadDelay: 0
Expand Down

0 comments on commit d3150fd

Please sign in to comment.