mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-22 03:54:04 +00:00
arb:: all are pseudohept if have_ph not specified
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user