1
0
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:
Jbleezy
2022-01-04 00:00:41 -08:00
parent 122bfc2311
commit 79f19a444e
2 changed files with 4 additions and 4 deletions

View File

@ -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"))
{ {

View File

@ -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" );