mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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': {
|
||||
int d = c->master->distance;
|
||||
if(d % 2 == 0 || d < -5 || d > 5) return 0;
|
||||
println(hlog, d, " -> ", (d+5)/2);
|
||||
return colortables['j'][(d+5)/2];
|
||||
}
|
||||
case 'f': {
|
||||
|
Loading…
Reference in New Issue
Block a user