diff --git a/patchnotes.md b/patchnotes.md index ac22a4c2..7f38a61a 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -12,14 +12,16 @@ # Editor features ## Triggers -- **NEW: is_multiplayer** condition: - - Takes `%bool` as arg, compares to whether the game is in multiplayer mode (i.e. was made in a lobby instead of through the singleplayer menu) - **disable_units** action: - 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. +- **issue_order** action: + - Now handles order id `72`, building liftoff +- **NEW: is_multiplayer** condition: + - Takes `%bool` as arg, compares to whether the game is in multiplayer mode (i.e. was made in a lobby instead of through the singleplayer menu) - **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: diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 5c073a3b..8efea2d2 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ