Changes between Version 1 and Version 2 of Ticket #6422


Ignore:
Timestamp:
Jan 22, 2022, 1:43:18 PM (2 years ago)
Author:
Langbart
Comment:

issue was found, the map should not create a passage and then block it on numPlayers == 2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6422 – Description

    v1 v2  
    4242}}}
    4343
    44 ==== input from elexis (22/Jan/22)
     44==== input from elexis (1) (22/Jan/22)
    4545{{{
    4646[08:52:57] Langbart Hello, do you think the solution is good enough for https://trac.wildfiregames.com/ticket/6422 ?
     
    7777
    7878[[Image(diskArea.jpg, 600px, center)]]
     79
     80input from elexis (2) (22/Jan/22)
     81
     82
     83{{{
     84[13:18:07] elexis so the problem is first it places the passage through the middle then it places the mountain in the middle blocking the passage
     85[...]
     86[13:19:23] elexis then the bug was probably introduced in the first version of the map
     87}}}
     88
     89==== solution (3) by `elexis`
     90
     91{{{
     92[13:25:51] elexis you add an if (n != 2)
     93[13:26:22] // Dont block the passage we just created if the passage goes through the center
     94}}}