Skip to content

Commit

Permalink
Also fix Limpet
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Oct 17, 2023
1 parent 5cf8c84 commit 2dffccf
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions mods/sp/rules/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2960,6 +2960,8 @@ LIMPED:
Bounds: 483, 2111, 0, -448
Hovers:
RequiresCondition: undeployed
Carryable:
LocalOffset: 0, 0, 500
GrantConditionOnDeploy:
DeployedCondition: deployed
UndeployedCondition: undeployed
Expand Down Expand Up @@ -3016,15 +3018,18 @@ LIMPED:
EffectPalette: effect
CloakEffectSequence: smallidleoffset
EffectTracksActor: false
WithSpriteBody@UndeloyedBody:
Sequence: idle
RequiresCondition: undeployed && !inside-tunnel
GrantCondition@showDeployBody: ## HACK: Make carryall show undeploy body
RequiresCondition: !undeployed
Condition: show-deploybody
WithMakeAnimation:
BodyNames: deployed
WithSpriteBody@UndeloyedBody:
Sequence: idle
RequiresCondition: !show-deploybody && !inside-tunnel
WithSpriteBody@DeloyedBody:
Name: deployed
Sequence: deployed
RequiresCondition: !undeployed
Name: deployed
RequiresCondition: show-deploybody && !inside-tunnel
DamagedByTintedCells@Default:
RequiresCondition: deployed
DamagedByTintedCells@BlueRadiation:
Expand Down

0 comments on commit 2dffccf

Please sign in to comment.