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:
@ -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
|
||||
|
||||
|
@ -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 ) )
|
||||
|
Reference in New Issue
Block a user