mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
no more weird heat in archimedean
This commit is contained in:
parent
c20a0cb59e
commit
e14ac8b321
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user