diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index 87a2fdbc..8d0e6b7a 100644 Binary files a/mpq/arr/units.datex and b/mpq/arr/units.datex differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 4447e6df..e36de2bf 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -10991,17 +10991,17 @@ InterceptorDeath: end InterceptorGndAttkInit: - wait 1 - attackwith 1 - playfram 0x11 # Frame set 1 - wait 1 - playfram 0x00 # Frame set 0 + wait 1 + attackwith 1 + playfram 0x11 + wait 1 + playfram 0x00 gotorepeatattk goto InfestedTerranLocal00 InterceptorWalking: - playfram 0x00 # Frame set 0 - setvertpos 0 + playfram 0x00 + setvertpos 0 goto InfestedTerranLocal00 # ----------------------------------------------------------------------------- # @@ -11041,7 +11041,7 @@ ScribeInit: goto InfestedTerranLocal00 ScribeDeath: - setfldirect 0 + setfldirect 0 playsnd 598 # Protoss\PROBE\PPrDth00.WAV imgol 213 0 0 # Explosion1 (Small) (thingy\tBangS.grp) playfram 17 @@ -11078,7 +11078,11 @@ ScribeUnused1: ScribeGndAttkInit: wait 1 + nobrkcodestart + playfram 0x20 attackwith 1 + playfram 0x00 + nobrkcodeend gotorepeatattk goto InfestedTerranLocal00 @@ -11088,8 +11092,7 @@ ScribeWalking: ScribeAlmostBuilt: useweapon 63 # Particle Beam (Harvest) (Particle Beam) - wait 1 - wait 8 + wait 9 goto ScribeAlmostBuilt ScribeWarpIn: diff --git a/mpq/unit/protoss/scribe.grp b/mpq/unit/protoss/scribe.grp index 925eb563..7dbcc604 100644 Binary files a/mpq/unit/protoss/scribe.grp and b/mpq/unit/protoss/scribe.grp differ diff --git a/patchnotes.md b/patchnotes.md index 58c10c93..8f0b5b9d 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -83,6 +83,8 @@ Patch goals include: - Lardfix: Irradiate (from Seraph and Morningstar) now sends under attack notification (r. The Shambler) - Prevented advanced workers from displacing each other during harvesting or construction (r. The Shambler, c. DF) - Fixed Optecton target acquisition misbehaving when both ground and air targets were within range (r. The Shambler, c. DF) + - Gladius Binding Plasma no longer seeks out invisible targets (r. Mystery Meat) + - Didacts cloaking warping structures no longer causes them to be untargetable until completion - Alkajelisks can now be mutated from Ocsal Larvae by players (r. GreenEggs'NSpam) - Azazel Defensive Matrix: no longer cleanse debuffs (r. GreenEggs'NSpam) - Lobotomy Mine Dazing Detonation: clear slow for flingy units @@ -281,6 +283,8 @@ Patch goals include: - [Pylon](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/pylon): - Mineral cost now 75, from 50 - *Protoss players should think a bit more about when and where to add Pylons. This also reduces manner Pylon frequency, without removing it entirely.* +- [Crucible](): + - No longer a resource depot ## Zerg - [Ovileth](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/ovileth): diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index fbd333da..4e85b6d2 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ