1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Buried: Sloth can no longer be unlocked

This commit is contained in:
Jbleezy
2020-02-25 16:32:28 -08:00
parent 7039f22d93
commit 85a18c65e1
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@
* Power automatically on
* Removed Turbine
* Removed Sloth barricades
* Sloth can no longer be unlocked
* Fountain portal automatically active
* Navcard table automatically crafted

View File

@ -444,6 +444,7 @@ buildbuildables()
level waittill( "buildables_setup" ); // wait for buildables to randomize
wait 0.05;
removebuildable( "keys_zm" );
removebuildable( "turbine" );
buildbuildable( "springpad_zm" );
buildbuildable( "subwoofer_zm" );
@ -496,7 +497,6 @@ buildbuildable( buildable )
removebuildable( buildable )
{
player = get_players()[ 0 ];
_a197 = level.buildable_stubs;
_k197 = getFirstArrayKey( _a197 );
while ( isDefined( _k197 ) )