mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-22 13:10:28 -05:00
Reset quest completion each game
This commit is contained in:
@ -143,6 +143,7 @@ onplayerconnect()
|
|||||||
player thread onplayerspawned();
|
player thread onplayerspawned();
|
||||||
player thread onplayerdowned();
|
player thread onplayerdowned();
|
||||||
|
|
||||||
|
player thread reset_sq_completed();
|
||||||
player thread weapon_inspect_watcher();
|
player thread weapon_inspect_watcher();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -386,6 +387,13 @@ set_perks()
|
|||||||
self setperk( "specialty_fastladderclimb" );
|
self setperk( "specialty_fastladderclimb" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reset_sq_completed()
|
||||||
|
{
|
||||||
|
player maps\mp\zombies\_zm_stats::set_global_stat( "sq_transit_last_completed", 0 );
|
||||||
|
player maps\mp\zombies\_zm_stats::set_global_stat( "sq_highrise_last_completed", 0 );
|
||||||
|
player maps\mp\zombies\_zm_stats::set_global_stat( "sq_buried_last_completed", 0 );
|
||||||
|
}
|
||||||
|
|
||||||
health_bar_hud()
|
health_bar_hud()
|
||||||
{
|
{
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
Reference in New Issue
Block a user