Skip to content

Commit

Permalink
Add cliff target type, fix egg spawn on cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Jan 14, 2024
1 parent 368813f commit 2e14628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mods/sp/tilesets/snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Terrain:
TerrainType@Cliff:
Type: Cliff
Color: 676E76
TargetTypes: Ground
TargetTypes: Ground, Cliff
TerrainType@Tiberium:
Type: Tiberium
AcceptsSmudgeType: Scorch, Crater
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/tilesets/temperate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Terrain:
Type: Cliff
Color: 745537
AcceptsSmudgeType: Scorch, Crater
TargetTypes: Ground
TargetTypes: Ground, Cliff
TerrainType@Tiberium:
Type: Tiberium
AcceptsSmudgeType: Scorch, Crater
Expand Down
3 changes: 1 addition & 2 deletions mods/sp/weapons/mutweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,7 @@ EggElevator:
Weapon: SpawnEgg
ImpactActors: false
Amount: 1
ValidTargets: Ground, Air
InvalidTargets: Infantry, Vehicle, Building, Water, Cliff, Defence, Wall
ValidTargets: Ground, Air, Water
AirThreshold: 8c0

SpawnEggShrapnel:
Expand Down

0 comments on commit 2e14628

Please sign in to comment.