Skip to content

Commit

Permalink
Fix #2779: Add proper hold-logic and clips to P1 vertical exit door
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Apr 3, 2024
1 parent 849033a commit 78680b8
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* #1609: Sendificators are now blocked by Closed Solid Fields.
* #4415: Add additional clips underneath stair items to fix issues with items falling inside.
* #4417: Fix it being possible to portal on extended Old Aperture stairs.
* #2779: Add proper hold-logic and clips to P1 vertical Exit Door.

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

Expand Down
4 changes: 2 additions & 2 deletions packages/styles/p1_style/items/exit_door/vbsp_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"Type" "AND"
"InvertVar" "$start_open"
"SpawnFire" "dynamic"
"Enable_Cmd" "exit_door,Open,,0.00,-1"
"Disable_Cmd" "exit_door,Close,,0.00,-1"
"Enable_Cmd" "exit_door,TurnOn,,0.00,-1"
"Disable_Cmd" "exit_door,TurnOff,,0.00,-1"
}
}
}
Expand Down
Loading

0 comments on commit 78680b8

Please sign in to comment.