Skip to content

Commit

Permalink
fixes #4832: allow flamers and all AA units to fire on the move in ca…
Browse files Browse the repository at this point in the history
…mpaign games, just like in multiplayer.

Affected turrets:

- Flamer
- Inferno
- Cyclone Flak Turret (exists only in campaign)
- Vindicator SAM

Note that the scavengers' flamer used by their Firebus must still stop to fire.
  • Loading branch information
Forgon2100 committed Oct 8, 2018
1 parent 12371f8 commit 4c06fe4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -33,6 +33,7 @@ Current or former contributors to the GPL version (alphabetical order):
- (Duha) Addons site
- (DylanDog) AI script
- (Emdek) Translator
- (Eugen) Campaign testing
- (Flail13) flaME (Map Editor)
- (Forgon) Programming, Build system, Docs
- (greedy10101) Translator
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -51,6 +51,7 @@
* Change: Campaign mission scripts completely rewritten to JavaScript (too many commits)
* Change: Nexus uses more sounds in the home base defend mission (commit:acc508e0478558d0809d18f146b56d6f5a310ab6)
* Change: Map corrections for the sub-2-8 map (commit:8cc67d0c5ed0ed4b38d582fbb2a64abd3f95a2b6, commit:308bccdfc3352550b22310b754133fc65bd2074f)
* Change: Flamers and AA units can fire on the move, just like in multiplayer games (ticket:4832)
* Fix: Overall script stability is much better than before (too many commits)
* Fix: Limbo droids lost on save from the Gamma 2 mission (commit:8125a4098d3e73990e69d8e8b0738e837d4ff2e1)
* Fix: New Paradigm plateau transporter not arriving if all LZ's occupied with droids (commit:bd752be52f1c4d8d755c7bad3c9953b4eac0af8b)
Expand Down
4 changes: 0 additions & 4 deletions data/base/stats/weapons.json
Expand Up @@ -7,7 +7,6 @@
"effectSize": 100,
"explosionWav": "lrgexpl.ogg",
"facePlayer": 1,
"fireOnMove": 0,
"firePause": 1,
"flags": "AirOnly",
"flightGfx": "FXCAmmo.PIE",
Expand Down Expand Up @@ -1179,7 +1178,6 @@
"designable": 1,
"effectSize": 1,
"facePlayer": 1,
"fireOnMove": 0,
"firePause": 120,
"flightGfx": "FXLThrow.PIE",
"flightSpeed": 800,
Expand Down Expand Up @@ -1218,7 +1216,6 @@
"designable": 1,
"effectSize": 1,
"facePlayer": 1,
"fireOnMove": 0,
"firePause": 150,
"flightGfx": "FXLProj.PIE",
"flightSpeed": 800,
Expand Down Expand Up @@ -2047,7 +2044,6 @@
"explosionWav": "lrgexpl.ogg",
"faceInFlight": 1,
"facePlayer": 1,
"fireOnMove": 0,
"firePause": 5,
"flags": "AirOnly",
"flightGfx": "FXMflare.PIE",
Expand Down

0 comments on commit 4c06fe4

Please sign in to comment.