MAP06:
    - Player 2-4 voodoo dolls (things 268-273) are placed on the same
      coordinates as the player 1 voodoo dolls and thus no voodoo doll is able
      to move because they're stuck into each other.
      Removed the superfluous player 2-4 voodoo dolls via PATCHINF.
    - Sector 104 (tag 8) will block the path.
      Modified line 142 (0->82) to open the path again.
MAP12:
    - Crossing line 183 closes the path to the red card with sector 34
      (tag 7).
      Modified line 228 (0->1) to open the path again.
MAP13:
    - Player 2-4 voodoo dolls (things 142-144) are placed on the same
      coordinates as the player 1 voodoo doll (thing 61) and thus no voodoo
      doll is able to move because they're stuck into each other.
      Removed the superfluous player 2-4 voodoo dolls via PATCHINF.
MAP22:
    - Player 2-4 voodoo dolls (things 234-239) are placed on the same
      coordinates as the player 1 voodoo dolls and thus no voodoo doll is able
      to move because they're stuck into each other.
      Removed the superfluous player 2-4 voodoo dolls via PATCHINF.
MAP24:
    - Players can fall behind sector 43 and get stuck.
      Modified line 359 (0->195) to teleport the player.
    - Sector 73 (tag 15) will block the path to the final area.
      Removed the tag from sector 73.
      Modified line 473 (1->0).
      Modified line 600 (24834->15395).
      Modified line 483 (25176->15481).
MAP27:
    - Sector 43 (tag 2) closes the path to SW (line 142).
      Modified line 224 (0->1) to open the path again if needed.
MAP28:
    - If a player presses use several times on lines 687/232 it breaks the map.
      Modified line 390 (16729->16728).
      Modified line 415 (16665->0).
      Modified line 687 (0->15387).
      Modified line 284 (0->16730).
      Added line 995 (0->16728) to raise the ceiling of sector 0.
      Modified line 39 (0-15387).
    - Players can get stuck in sector 9.
      Modified line 6 (0->15387).
MAP29:
    - Crossing line 249 closes the path with sector 30 (tag 8).
      Modified line 145 (0->86) to open the path again.
MAP30:
    - Player 2-4 voodoo dolls (things 172-174) are placed on the same
      coordinates as the player 1 voodoo doll (thing 18) and thus no voodoo
      doll is able to move because they're stuck into each other.
      (Note that this is not an issue with the remaining voodoo dolls since
      they're not meant to move - instead the items are moved to them.)
      Removed the superfluous player 2-4 voodoo dolls via PATCHINF.
MAP31:
    - Sector 68 (tag 5) will block the path.
      Modified line 95 (0->82) to open the path again.


All fixes made and documented by boom_compatible. Thanks!
Minor changes done by Keyboard_Doomer.
