mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Town: fix Tombstone not being powered on
Change Die Rise function name
This commit is contained in:
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
level thread highrise_solo_revive_fix();
|
level thread elevator_solo_revive_fix();
|
||||||
}
|
}
|
||||||
|
|
||||||
highrise_solo_revive_fix()
|
elevator_solo_revive_fix()
|
||||||
{
|
{
|
||||||
if (!(is_classic() && level.scr_zm_map_start_location == "rooftop"))
|
if (!(is_classic() && level.scr_zm_map_start_location == "rooftop"))
|
||||||
{
|
{
|
||||||
|
@ -440,10 +440,10 @@ town_move_tombstone_machine()
|
|||||||
perk_machine.targetname = "vending_tombstone";
|
perk_machine.targetname = "vending_tombstone";
|
||||||
bump_trigger.script_string = "tombstone_perk";
|
bump_trigger.script_string = "tombstone_perk";
|
||||||
|
|
||||||
level thread tombstone_machine_set_script_noteworthy_later(use_trigger);
|
level thread tombstone_machine_set_script_noteworthy_later(use_trigger, perk_struct);
|
||||||
}
|
}
|
||||||
|
|
||||||
tombstone_machine_set_script_noteworthy_later(use_trigger)
|
tombstone_machine_set_script_noteworthy_later(use_trigger, perk_struct)
|
||||||
{
|
{
|
||||||
// wait until inital machine is removed
|
// wait until inital machine is removed
|
||||||
flag_wait( "initial_blackscreen_passed" );
|
flag_wait( "initial_blackscreen_passed" );
|
||||||
|
Reference in New Issue
Block a user