mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-29 19:40:35 +00:00
fixed the Kraken size
This commit is contained in:
parent
130587e2ba
commit
94c72f5d89
@ -2195,7 +2195,7 @@ void buildpolys() {
|
||||
bshape(shDragonHead, PPR_ONTENTACLE, scalef, 242);
|
||||
|
||||
ld krsc = 1;
|
||||
if(sphere) krsc *= 2;
|
||||
if(sphere) krsc *= 1.4;
|
||||
if(S7 ==8) krsc *= 1.3;
|
||||
|
||||
if(nonbitrunc && !gp::on) {
|
||||
|
Loading…
Reference in New Issue
Block a user