X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat.html;h=5003854e7115ade22a4380f4a63dc788d04c8150;hb=9f80260dd126a305f4b71541f00dcc88264ce716;hp=3536d15a0013f12f4c13618fcc6a598cf956dd9d;hpb=424625e4fd534d48db9de6fea18d401ba3bbf698;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 3536d15..5003854 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -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']);