Merge pull request #31 from INSANEMODE/patch-1

Fix zm_prison.gsc afterlife doors not opening for free after the shock meters are activated
This commit is contained in:
JezuzLizard 2020-09-11 03:30:52 -04:00 committed by GitHub
commit ec9e5a0a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1108,6 +1108,7 @@ alcatraz_afterlife_doors() //checked changed to match cerberus output
{ {
array_delete( getentarray( m_shockbox.script_string, "script_noteworthy" ) ); array_delete( getentarray( m_shockbox.script_string, "script_noteworthy" ) );
} }
self maps/mp/zombies/_zm_blockers::door_opened( 0 ); //you have to buy doors after powering them if you don't do this
attacker notify( "player_opened_afterlife_door" ); attacker notify( "player_opened_afterlife_door" );
break; break;
} }