mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Buried: Sloth can no longer be unlocked
This commit is contained in:
@ -123,6 +123,7 @@
|
|||||||
* Power automatically on
|
* Power automatically on
|
||||||
* Removed Turbine
|
* Removed Turbine
|
||||||
* Removed Sloth barricades
|
* Removed Sloth barricades
|
||||||
|
* Sloth can no longer be unlocked
|
||||||
* Fountain portal automatically active
|
* Fountain portal automatically active
|
||||||
* Navcard table automatically crafted
|
* Navcard table automatically crafted
|
||||||
|
|
||||||
|
@ -444,6 +444,7 @@ buildbuildables()
|
|||||||
level waittill( "buildables_setup" ); // wait for buildables to randomize
|
level waittill( "buildables_setup" ); // wait for buildables to randomize
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
|
|
||||||
|
removebuildable( "keys_zm" );
|
||||||
removebuildable( "turbine" );
|
removebuildable( "turbine" );
|
||||||
buildbuildable( "springpad_zm" );
|
buildbuildable( "springpad_zm" );
|
||||||
buildbuildable( "subwoofer_zm" );
|
buildbuildable( "subwoofer_zm" );
|
||||||
@ -496,7 +497,6 @@ buildbuildable( buildable )
|
|||||||
|
|
||||||
removebuildable( buildable )
|
removebuildable( buildable )
|
||||||
{
|
{
|
||||||
player = get_players()[ 0 ];
|
|
||||||
_a197 = level.buildable_stubs;
|
_a197 = level.buildable_stubs;
|
||||||
_k197 = getFirstArrayKey( _a197 );
|
_k197 = getFirstArrayKey( _a197 );
|
||||||
while ( isDefined( _k197 ) )
|
while ( isDefined( _k197 ) )
|
||||||
|
Reference in New Issue
Block a user