mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 13:17:13 +00:00
no more weird heat in archimedean
This commit is contained in:
@@ -1958,6 +1958,7 @@ namespace heat {
|
|||||||
|
|
||||||
int divby = 10;
|
int divby = 10;
|
||||||
if(S7 > 10) divby *= 2;
|
if(S7 > 10) divby *= 2;
|
||||||
|
if(archimedean) divby *= 2;
|
||||||
if(DIM == 3) divby *= 2;
|
if(DIM == 3) divby *= 2;
|
||||||
|
|
||||||
for(int i=0; i<dcs; i++) {
|
for(int i=0; i<dcs; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user