mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
pattern 'k' option
This commit is contained in:
parent
d1faa2011c
commit
9a0507ba58
@ -1623,6 +1623,10 @@ EX namespace patterns {
|
|||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
case 'k': {
|
||||||
|
/* just keep the old color */
|
||||||
|
return c->landparam;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return canvasback;
|
return canvasback;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user