diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index 18fbe49b..06fd095b 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 8d85f26e..6309c7ce 100644 --- a/mpq/arr/units.txt +++ b/mpq/arr/units.txt @@ -414,7 +414,7 @@ Protoss Ecclesiast (Khalendric Knights) Terran Harakan (Golden Republic) Protoss Cicatus (Starbound) Zerg Inzorthrokor (Imicren) -Extended Unit #189 +Volatile Egg Extended Unit #190 Extended Unit #191 Extended Unit #192 diff --git a/mpq/rez/stat_txt.tbl b/mpq/rez/stat_txt.tbl index eedc90ad..09ebc80d 100644 Binary files a/mpq/rez/stat_txt.tbl and b/mpq/rez/stat_txt.tbl differ diff --git a/mpq/rez/unitnames.tbl b/mpq/rez/unitnames.tbl index eb0eb27a..caaf1b0e 100644 Binary files a/mpq/rez/unitnames.tbl and b/mpq/rez/unitnames.tbl differ diff --git a/mpq/unit/wirefram/grpwire.grp b/mpq/unit/wirefram/grpwire.grp index 0ae1d196..adcff1fa 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 ebb79884..8c91cb1f 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 ff0febfa..769a4b2d 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -17,8 +17,18 @@ We are still hunting for desyncs! Please submit your `Critical` and `Sync Random - Added many new spawner types in tiers 1 & 2 - Fixed ground spawners appearing on islands (c. Veeq7) +## Console +- **NEW:** `race` command, gets the player of the selected unit's race + - Note that this may not be the same race as the selected unit, e.g. in cases of mind control + - 0 is Zerg, 1 is Terran, 2 is Protoss + ## Editor -- Kill Units at Location vanilla trigger functionality has been restored (r. 3crow/Kenoli, c. DF) +- **Kill Units at Location** vanilla trigger functionality has been restored (r. 3crow/Kenoli, c. DF) +- **set_race** custom trigger no longer fails to set Protoss or Terran races correctly +- **NEW:** `player_is_race` condition (may see changes later) +- **NEW:** Volatile Egg unit (id 416) + - blocks construction, but not worker movement when harvesting, allowing for SC1-style barriers + - when placed for P1-P8 and cloaked, any preplaced units for that player will be created, allowing players to select their race without spawning melee units ## AI - **Star Sovereign**s now activate Grief of All Gods more liberally @@ -48,7 +58,7 @@ We are still hunting for desyncs! Please submit your `Critical` and `Sync Random - **Broodspawn** spawning SFX no longer plays globally - **Blackjack**s no longer change facing angle when their sprite changes - Reviving Centaurs no longer create permanent explosion graphics (r. beriso) - - Preferred player colors now override racial player color bans + - Preferred player colors now override racial player color bans (r. Wolfmaw) - Resolved 'invalid shield overlay' error for **Tetcaerokor** (r. beriso) - **Fore Castle** shield overlays no longer proc when hit by **Psionic Storm** (r. Londier) - Corrected poor fire placements for the **Biotic Bastion**'s damage overlay diff --git a/plugins/aize_debug.qdp b/plugins/aize_debug.qdp index be8b117f..5d0af793 100644 Binary files a/plugins/aize_debug.qdp and b/plugins/aize_debug.qdp differ diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index ea20a108..7481a112 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ