mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
pattern 'k' option
This commit is contained in:
@@ -1623,6 +1623,10 @@ EX namespace patterns {
|
||||
}
|
||||
return res;
|
||||
}
|
||||
case 'k': {
|
||||
/* just keep the old color */
|
||||
return c->landparam;
|
||||
}
|
||||
}
|
||||
return canvasback;
|
||||
}
|
||||
|
Reference in New Issue
Block a user