mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Power Station: remove PaP power door trigger
This commit is contained in:
@ -129,6 +129,11 @@ electric_door_changes()
|
||||
{
|
||||
if ( isDefined( zombie_doors[i].script_noteworthy ) && (zombie_doors[i].script_noteworthy == "local_electric_door" || zombie_doors[i].script_noteworthy == "electric_door") )
|
||||
{
|
||||
if (zombie_doors[i].target == "lab_secret_hatch")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
zombie_doors[i].script_noteworthy = "default";
|
||||
zombie_doors[i].zombie_cost = 750;
|
||||
|
||||
|
Reference in New Issue
Block a user