Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
@@ -20,8 +20,8 @@ function action(mode, type, selection) {
|
||||
}
|
||||
var em = cm.getEventManager("Boats");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.warp(101000301);
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.dispose();
|
||||
}
|
||||
else{
|
||||
|
||||
@@ -21,8 +21,8 @@ function action(mode, type, selection) {
|
||||
|
||||
var em = cm.getEventManager("Boats");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031047, -1);
|
||||
cm.warp(200000112);
|
||||
cm.gainItem(4031047, -1);
|
||||
cm.dispose();
|
||||
}
|
||||
else{
|
||||
|
||||
@@ -20,8 +20,8 @@ function action(mode, type, selection) {
|
||||
}
|
||||
var em = cm.getEventManager("Trains");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031074, -1);
|
||||
cm.warp(200000122);
|
||||
cm.gainItem(4031074, -1);
|
||||
cm.dispose();
|
||||
}
|
||||
else{
|
||||
|
||||
@@ -21,8 +21,8 @@ function action(mode, type, selection) {
|
||||
|
||||
var em = cm.getEventManager("Cabin");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031331, -1);
|
||||
cm.warp(200000132);
|
||||
cm.gainItem(4031331, -1);
|
||||
} else {
|
||||
cm.sendOk("The flight has not arrived yet. Come back soon.");
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@ function action(mode, type, selection) {
|
||||
|
||||
var em = cm.getEventManager("Genie");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031576, -1);
|
||||
cm.warp(200000152);
|
||||
cm.gainItem(4031576, -1);
|
||||
} else {
|
||||
cm.sendOk("This genie is getting ready for takeoff. I'm sorry, but you'll have to get on the next ride. The ride schedule is available through the guide at the ticketing booth.");
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@ function action(mode, type, selection) {
|
||||
|
||||
var em = cm.getEventManager("Trains");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.warp(220000111);
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.dispose();
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -20,8 +20,8 @@ function action(mode, type, selection) {
|
||||
}
|
||||
var em = cm.getEventManager("Cabin");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.warp(240000111);
|
||||
cm.gainItem(4031045, -1);
|
||||
} else {
|
||||
cm.sendOk("The flight has not arrived yet. Come back soon.");
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@ function action(mode, type, selection) {
|
||||
|
||||
var em = cm.getEventManager("Genie");
|
||||
if (em.getProperty("entry") == "true") {
|
||||
cm.gainItem(4031045, -1);
|
||||
cm.warp(260000110);
|
||||
cm.gainItem(4031045, -1);
|
||||
}
|
||||
else {
|
||||
cm.sendOk("This genie is getting ready for takeoff. I'm sorry, but you'll have to get on the next ride. The ride schedule is available through the guide at the ticketing booth.");
|
||||
|
||||
Reference in New Issue
Block a user