X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_free?a=blobdiff_plain;f=rogue_chat.html;h=3f281579afa8e5dcf0edcaedcc00aad23994303d;hb=e34635f6def56d744a0abbff6fb227b46f9b9d1d;hp=3536d15a0013f12f4c13618fcc6a598cf956dd9d;hpb=424625e4fd534d48db9de6fea18d401ba3bbf698;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 3536d15..3f28157 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -484,7 +484,7 @@ let server = { if (tokens[0] === 'TURN') { game.turn_complete = false; game.turn = parseInt(tokens[1]); - } else if (tokens[0] === 'PSEUDO_FOV_WIPE') { + } else if (tokens[0] === 'OTHER_WIPE') { game.portals_new = {}; explorer.annotations_new = {}; game.things_new = []; @@ -1784,7 +1784,7 @@ document.getElementById("consume").onclick = function() { server.send(['TASK:INTOXICATE']); }; document.getElementById("install").onclick = function() { - server.send(['TASK:INSTALL']); + server.send(['TASK:INSTALL', tui.password]); }; document.getElementById("wear").onclick = function() { server.send(['TASK:WEAR']);