mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
removed debug from 'rainbow by distance' pattern
This commit is contained in:
parent
a5908620ce
commit
e37f7fcf60
@ -1620,7 +1620,6 @@ EX namespace patterns {
|
|||||||
case 'j': {
|
case 'j': {
|
||||||
int d = c->master->distance;
|
int d = c->master->distance;
|
||||||
if(d % 2 == 0 || d < -5 || d > 5) return 0;
|
if(d % 2 == 0 || d < -5 || d > 5) return 0;
|
||||||
println(hlog, d, " -> ", (d+5)/2);
|
|
||||||
return colortables['j'][(d+5)/2];
|
return colortables['j'][(d+5)/2];
|
||||||
}
|
}
|
||||||
case 'f': {
|
case 'f': {
|
||||||
|
Loading…
Reference in New Issue
Block a user