1
0
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:
Zeno Rogue 2019-04-29 03:35:08 +02:00
parent c20a0cb59e
commit e14ac8b321

View File

@ -1958,6 +1958,7 @@ namespace heat {
int divby = 10;
if(S7 > 10) divby *= 2;
if(archimedean) divby *= 2;
if(DIM == 3) divby *= 2;
for(int i=0; i<dcs; i++) {