diff --git a/mpq/arr/sprites.datex b/mpq/arr/sprites.datex index 74192567..d9273d0b 100644 Binary files a/mpq/arr/sprites.datex and b/mpq/arr/sprites.datex differ diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index 04b568e2..61d3eda0 100644 Binary files a/mpq/arr/units.datex and b/mpq/arr/units.datex differ diff --git a/mpq/arr/units.txt b/mpq/arr/units.txt index 63643587..31cb1806 100644 --- a/mpq/arr/units.txt +++ b/mpq/arr/units.txt @@ -612,7 +612,7 @@ Forerunner Vicere Forerunner Machinamentum Big Infested Kerrigan Raynor Vulture -Extended Unit #387 +Duke Battlecruiser Extended Unit #388 Extended Unit #389 Extended Unit #390 diff --git a/mpq/datreq/Buttons.graft b/mpq/datreq/Buttons.graft index bc61101a..e7a631d8 100644 Binary files a/mpq/datreq/Buttons.graft and b/mpq/datreq/Buttons.graft differ diff --git a/mpq/datreq/Tech.graft b/mpq/datreq/Tech.graft index 61ace05f..5b34003f 100644 Binary files a/mpq/datreq/Tech.graft and b/mpq/datreq/Tech.graft differ diff --git a/mpq/sound/terran/raynorv/rdy-01.wav b/mpq/sound/terran/raynorv/rdy-01.wav new file mode 100644 index 00000000..a9ddce67 Binary files /dev/null and b/mpq/sound/terran/raynorv/rdy-01.wav differ diff --git a/mpq/sound/terran/raynorv/urvpss02.wav b/mpq/sound/terran/raynorv/urvpss02.wav new file mode 100644 index 00000000..455e534c Binary files /dev/null and b/mpq/sound/terran/raynorv/urvpss02.wav differ diff --git a/mpq/unit/wirefram/grpwire.grp b/mpq/unit/wirefram/grpwire.grp index 7dd5dbf4..8a778a57 100644 Binary files a/mpq/unit/wirefram/grpwire.grp and b/mpq/unit/wirefram/grpwire.grp differ diff --git a/mpq/unit/wirefram/wirefram.grp b/mpq/unit/wirefram/wirefram.grp index 2663ca84..9d0a1853 100644 Binary files a/mpq/unit/wirefram/wirefram.grp and b/mpq/unit/wirefram/wirefram.grp differ diff --git a/patchnotes.md b/patchnotes.md index e3d59dda..96b5a972 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -18,6 +18,21 @@ - Now takes `%bool_hidden` as a final optional arg. - When unset, unit buttons are disabled (greyed out) as usual. - When set to `true`, unit buttons are instead hidden from the command card. +- **set_unit_behavior** action: + - Now accepts `infrastructure_burrow` for `%behavior` arg, making AI units ignore the "don't burrow near allied structures" rule. +- **NEW: set_burrow_infrastructure_override** action: + - Allows AI players to ignore the "don't burrow near allied structures" rule. +- **NEW: set_ally_alert_blacklist** action: + - Allows "ally under attack" alerts to be ignored for specific players. + +## Bugfixes +- **Stability:** + - Resolved rare Nydus-related crash (r. Concealed Organic) +- **Gameplay:** + - Fixed **Histrion** not having energy (r. jakulangski) + - Fixed bad animations for **Hotshot**, including attack animation (r. lolrsk8s) +- **Audiovisuals:** + - Custom alerts, such as "ally under attack" alerts, should now respect the "mute non-trigger sounds" trigger action (used during e.g. campaign dialogue) # Balance changes diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 39087384..898db2b0 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ