Skip to content

Commit

Permalink
c1m1 Move versus-specific changes
Browse files Browse the repository at this point in the history
Prevent versus-specific changes from applying in non-versus PVP modes (scavenge)
  • Loading branch information
Derpduck committed Apr 17, 2022
1 parent 2b2fa78 commit fae86cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions root/scripts/vscripts/community/maps/c1m1_hotel.nut
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function DoRoundFixes()
make_clip( "_commentary_lower_windows_d", "Everyone", 1, "-8 -56 -570", "4 8 8", "1654 6872 2473" );
make_clip( "_commentary_lower_windows_e", "Everyone", 1, "-8 -56 -570", "4 8 8", "1654 6584 2473" );
make_clip( "_commentary_lower_windows_f", "Everyone", 1, "-8 -56 -570", "4 8 8", "1654 6456 2473" );

}
if ( g_BaseMode == "versus")
{
Expand All @@ -82,10 +81,6 @@ function DoRoundFixes()
make_clip( "_commentary_ledgedrop_d", "Survivors", 1, "-87 -4 -26", "87 4 26", "2423 6482 2628", "0 0 15" );
make_clip( "_commentary_ledgedrop_e", "Survivors", 1, "-24 -4 -26", "24 4 26", "2312 7682 2628", "0 0 15" );

}

if ( HasPlayerControlledZombies() )
{
// Simulates getting squished. Requires 2 Ghost Infected constantly stuck-warping.

con_comment( "LOGIC:\tAnti-doorbreak trighurt will be deleted 4 seconds after elevator starts." );
Expand Down

0 comments on commit fae86cb

Please sign in to comment.