mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 03:54:47 +00:00
arb:: all are pseudohept if have_ph not specified
This commit is contained in:
parent
0d62a7878f
commit
ef0116b3b6
@ -1255,6 +1255,7 @@ EX bool linespattern(cell *c) {
|
||||
}
|
||||
|
||||
EX bool pseudohept(cell *c) {
|
||||
if(!current.have_ph) return true;
|
||||
return current.shapes[id_of(c->master)].flags & arcm::sfPH;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user