home · contact · privacy
Turn players into non-light-blockers.
[plomrogue2] / rogue_chat.html
index 5003854e7115ade22a4380f4a63dc788d04c8150..3f281579afa8e5dcf0edcaedcc00aad23994303d 100644 (file)
@@ -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 = [];