Skip to content

Commit

Permalink
fix warminer gatling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Jun 27, 2024
1 parent 741a913 commit ec28a26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/ca/rules/soviet/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Soviet_Miner:
Inherits: ^BiologicalDriver
Inherits: ^VoxelHarvester
Inherits: ^ChinaGatling
Inherits: ^PrioAntiLightAA
RenderVoxels:
Scale: 1
Image: sovietminer
Expand Down Expand Up @@ -42,12 +43,12 @@ Soviet_Miner:
Turret: primary
Offset: -250,0,200
TurnSpeed: 6
RequiresCondition: docking && warminer
RequiresCondition: !docking && warminer
Turreted@unload:
Turret: unload
Offset: -400,0,350
TurnSpeed: 6
RequiresCondition: !docking && warminer
RequiresCondition: docking && warminer
AttackTurreted:
RequiresCondition: warminer
PauseOnCondition: empdisable || being-warped || parachute
Expand Down

0 comments on commit ec28a26

Please sign in to comment.