Skip to content

Commit

Permalink
Fix #4442: Fix missing exit_deadly_coop instance
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Aug 27, 2024
1 parent 2d7f922 commit 07fde55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Bugfixes:
* Fix missing texture for Tinted Glass editor model.
* #4442: Fix missing `exit_deadly_coop` instance for "Glados Human Vault" voiceline set.

------------------------------------------

Expand Down
6 changes: 5 additions & 1 deletion packages/styles/oldAp/voice/glados_vault.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,11 @@
"ID" "DEADLY_KEEP_TRYING"
"Trans" "GLaDOS: Congratulations. Your ability to complete this test proves the humans wrong. They described it as impossible, deadly, cruel, and one test subject even had the nerve to call it broken."
"Trans" "GLaDOS: Of course the humans only had one try at it, you can just keep trying."
"File" "clean/exit_deadly_coop.vmf"
"Choreo"
{
"1" "scenes/npc/glados/mp_coop_wall_block03.vcd"
"2" "scenes/npc/glados/mp_coop_wall_block04.vcd"
}
}
}

Expand Down

0 comments on commit 07fde55

Please sign in to comment.