Reddo преди 5 години
родител
ревизия
1cbf39121b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/World/Classes/RandomDungeons/RegionRandom.ts

+ 0 - 1
app/World/Classes/RandomDungeons/RegionRandom.ts

@@ -122,7 +122,6 @@ class RegionRandom extends Region {
                         ) {
                             let chance2 = otherRoom.extraConnectionChance;
                             let chance = (chance1 == 0 || chance2 == 0) ? 0 : Math.max(chance1, chance2);
-                            console.log(chance);
                             if ((RegionRandom.rng() * 100) <= chance) {
                                 room.mapRoom(otherRoom, direction);
                             }