mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-24 16:07:07 +00:00
changed creaturescale for hybrid
This commit is contained in:
parent
04a1c2242b
commit
19ba287b75
@ -592,6 +592,11 @@ void geometry_information::prepare_basics() {
|
|||||||
plevel = M_PI * single_step / steps;
|
plevel = M_PI * single_step / steps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(hybri) {
|
||||||
|
/* we do not want too short creatures, better make the scale factor smaller */
|
||||||
|
scalefactor = min(scalefactor, cgi.plevel * 1.8 / vid.height_width);
|
||||||
|
}
|
||||||
|
|
||||||
set_sibling_limit();
|
set_sibling_limit();
|
||||||
|
|
||||||
prepare_compute3();
|
prepare_compute3();
|
||||||
|
Loading…
Reference in New Issue
Block a user