mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
made 3D a bit easier
This commit is contained in:
parent
0af9df16e4
commit
653a0af39f
@ -156,7 +156,7 @@ void place_elemental_wall(cell *c) {
|
||||
int hrand_monster(int x) {
|
||||
if(DIM == 3 && !sphere) {
|
||||
int t = isize(gmatrix);
|
||||
if(t > 500) x = ((long long)(x)) * t / 500;
|
||||
if(t > 300) x = ((long long)(x)) * t / 300;
|
||||
}
|
||||
return hrand(x);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user