Skip to content

Commit

Permalink
c5m2 unblock shortcut on button press
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpduck authored and shqke committed Nov 3, 2021
1 parent 44a9562 commit 71fa9f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions root/scripts/vscripts/community/maps/c5m2_park.nut
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ function DoRoundFixes()
make_clip( "_commentary_electricalbox", "Survivors", 1, "-4 -8 -8", "6 74 1800", "-7036 -5098 -239" );
make_clip( "_commentary_shortcut_station", "Survivors", 1, "-1 -1 -1", "64 4 120", "-6752 -6736 -120" );

if ( g_BaseMode == "coop" || g_BaseMode == "realism" )
{
devchap( "BASE COOP" );

// FIXES

con_comment( "LOGIC:\tAnti-skip fence clip will be deleted when the first minifinale button is pressed." );

EntFire( "finale_alarm_stop_button", "AddOutput", "OnPressed " + g_UpdateName + "_commentary_shortcut_station:Kill::0:-1" );
}
if ( g_BaseMode == "survival" )
{
devchap( "BASE SURVIVAL" );
Expand Down

0 comments on commit 71fa9f9

Please sign in to comment.