Skip to content

Commit

Permalink
Merge branch 'master' of github.com:patrickwieth/YMCA
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Jun 27, 2024
2 parents ec28a26 + 0061858 commit 1e65ee2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy

on:
release:
types: [published]
types: [edited]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Contributors & special thanks to:

* Mortecha (Huey)
* Katzsmile (UAV)
* KylieAdams (YF-23)
* KylieAdams (YF-23, Black Hawk)
* 206UE (F-22)
* CombinE (0tnk Beam Cannon)
* TeleVisor (Orca v2, Orca Bomber, Orca Warship, Banshee, Harpy)
Expand Down Expand Up @@ -84,7 +84,7 @@ Contributors & special thanks to:
* Conman (Bi Xi Dragon)
* Medalmonkey/DerekPlus (Obelisktrooper, Mirage Trooper/Saboteur, Mercenary, Stormtrooper, Shock Trooper, Railgunner/Parasite)
* m7 (Microwave Tank)
* Merophage/RAPD (conscript)
* Merophage/RAPD (conscript, light infantry)
* unknown_men (Crazy Ivan)

Of course YMCA wouldn't exist today without OpenRA & the
Expand Down
2 changes: 1 addition & 1 deletion mods/ca/maps/delirium-shell/shellmap.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
light_infantry--[[
--[[
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you under the terms of the GNU General Public License
Expand Down
3 changes: 1 addition & 2 deletions mods/ca/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ NHAW:
Weapon: DropDummy
Cursor: ability
OutsideRangeCursor: ability
RequiresCondition: cargo && stance-holdfire
RequiresCondition: stance-holdfire
ParachuteCargoOnCondition:
RequiresCondition: dropcargo
ReturnToBase: false
Expand Down Expand Up @@ -2635,7 +2635,6 @@ Dropship:
Weapon: DropDummy
Cursor: ability
OutsideRangeCursor: ability
RequiresCondition: cargo
ParaDrop:
ChuteSound: chute1.aud
ParachuteCargoOnCondition:
Expand Down
2 changes: 1 addition & 1 deletion mods/ca/rules/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ PROC.Dummy:
CloakDelay: 90
UncloakOn: Attack, Unload, Infiltrate, Demolish, Damage, Heal
Repairable:
RepairActors: fix, rep, srep, afld, afld.gdi, afld.allies
RepairActors: fix, rep, srep, afld, afld.gdi, afld.allies, chairport
Aircraft:
CruisingCondition: cruising
PauseOnCondition: empdisable && !airborne || being-warped
Expand Down
2 changes: 2 additions & 0 deletions mods/ca/sequences/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ u2:

nhaw:
Inherits: ^VehicleOverlays
Inherits: ^LowRes
idle: bhwk
Facings: 32
UseClassicFacings: True
Expand Down Expand Up @@ -431,6 +432,7 @@ scrn.payload:

yf23:
Inherits: ^VehicleOverlays
Inherits: ^LowRes
idle: yf-23
Facings: 32
UseClassicFacings: True
Expand Down

0 comments on commit 1e65ee2

Please sign in to comment.