arb:: all are pseudohept if have_ph not specified

This commit is contained in:
Zeno Rogue 2021-07-29 16:13:01 +02:00
parent 0d62a7878f
commit ef0116b3b6
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}