Skip to content

Commit

Permalink
Fixed Merge Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazycolbster committed Jul 10, 2023
1 parent abb8038 commit 3d2dba4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/gui/archipelagoWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,11 @@ function archipelagoDebug(){
height: 126,
text: 'Colbys Debug Button. No Touchy!',
onClick: function() {
park.cash = 10000;
var i = "Monorail";
ac_good = true;
ac_onError(true);

// park.cash = 10000;
// var i = "Monorail";
//console.log(RideType["rollercoaster"]);
//console.log(RideType[i]);
console.log(scenario.status);
Expand All @@ -318,8 +321,8 @@ function archipelagoDebug(){
context.getParkStorage().set('RCTRando.ArchipelagoObjectives', archipelago_objectives);
ArchipelagoSaveLocations(archipelago_locked_locations, archipelago_unlocked_locations);
var BathroomTrap = GetModule("RCTRArchipelago");
//if(BathroomTrap)
//BathroomTrap.ReceiveDeathLink({cause: "Curtis was run over by a train", source: "Curtis"});
// if(BathroomTrap)
// BathroomTrap.ReceiveDeathLink({cause: "Curtis was run over by a train", source: "Curtis"});
}
}]
)
Expand Down

0 comments on commit 3d2dba4

Please sign in to comment.