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