Fixed re-balanced Corporation issues. Converted several popups in the Corporation mechanic to support Enter/Esc hotkeys

This commit is contained in:
danielyxie
2018-12-24 23:55:54 -08:00
parent eadcdba09a
commit 4383d1393d
9 changed files with 1251 additions and 1168 deletions
+1
View File
@@ -2015,6 +2015,7 @@ let Terminal = {
yesBtn.innerHTML = "Travel to BitNode Nexus";
noBtn.innerHTML = "Cancel";
yesBtn.addEventListener("click", function() {
console.log("yesBtn event listener");
hackWorldDaemon(Player.bitNodeN, true);
return yesNoBoxClose();
});