mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-09 22:59:43 +00:00
Merge branch 'master' into hooks-naming
This commit is contained in:
@@ -81,7 +81,7 @@ bool ishex2(cell *c) {
|
||||
else return c->master->c7 != c;
|
||||
}
|
||||
|
||||
int chessvalue(cell *c) {
|
||||
EX int chessvalue(cell *c) {
|
||||
#if CAP_ARCM
|
||||
if(arcm::in())
|
||||
return arcm::chessvalue(c);
|
||||
@@ -2938,6 +2938,10 @@ int read_pattern_args() {
|
||||
lp->color = arghex();
|
||||
}
|
||||
|
||||
else if(argis("-fat-edges")) {
|
||||
PHASEFROM(2); shift(); fat_edges = argi();
|
||||
}
|
||||
|
||||
else if(argis("-palw")) {
|
||||
PHASEFROM(2);
|
||||
shift(); string ss = args();
|
||||
|
||||
Reference in New Issue
Block a user