home · contact · privacy
TCE: Halve number of altars.
[plomrogue] / plugins / server / TheCrawlingEater.py
index ff921afa88f331e9636f231962b99431137b78ea..887cdf5811045c1ebeedc2ece2f4853bc4934f14 100644 (file)
@@ -340,7 +340,7 @@ def make_map():
                 ord("0") == world_db["wetmap"][pos]:
             world_db["wetmap"][pos] = ord("3")
             i_water += 1
-    n_altars = 16
+    n_altars = 8
     i_altars = 0
     while (i_altars < n_altars):
         y, x, pos = new_pos()