diff --git a/README.md b/README.md index 0db25086..84d95d40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_zm_reimagined.gsc b/_zm_reimagined.gsc index 02dfc498..5784fb25 100644 --- a/_zm_reimagined.gsc +++ b/_zm_reimagined.gsc @@ -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 ) )