mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-09 14:49:26 -05:00
Der Wunderfizz: all perks equal
This commit is contained in:
parent
f3f3b908be
commit
271c6d5941
@ -104,3 +104,4 @@
|
|||||||
|
|
||||||
### Origins
|
### Origins
|
||||||
* Shovels automatically picked up
|
* Shovels automatically picked up
|
||||||
|
* Der Wunderfizz: all perks have an equal chance of being obtained
|
@ -98,6 +98,7 @@ post_all_players_spawned()
|
|||||||
level thread buried_deleteslothbarricades();
|
level thread buried_deleteslothbarricades();
|
||||||
level thread buried_enable_fountain_transport();
|
level thread buried_enable_fountain_transport();
|
||||||
|
|
||||||
|
level thread tomb_remove_weighted_random_perks();
|
||||||
level thread tomb_remove_shovels_from_map();
|
level thread tomb_remove_shovels_from_map();
|
||||||
|
|
||||||
//level.round_number = 115;
|
//level.round_number = 115;
|
||||||
@ -1089,6 +1090,16 @@ buried_enable_fountain_transport()
|
|||||||
level notify( "courtyard_fountain_open" );
|
level notify( "courtyard_fountain_open" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tomb_remove_weighted_random_perks()
|
||||||
|
{
|
||||||
|
if(!(is_classic() && level.scr_zm_map_start_location == "tomb"))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
level.custom_random_perk_weights = undefined;
|
||||||
|
}
|
||||||
|
|
||||||
tomb_remove_shovels_from_map()
|
tomb_remove_shovels_from_map()
|
||||||
{
|
{
|
||||||
if(!(is_classic() && level.scr_zm_map_start_location == "tomb"))
|
if(!(is_classic() && level.scr_zm_map_start_location == "tomb"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user