mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 08:27:39 +00:00
product:: ishept
This commit is contained in:
@@ -56,7 +56,7 @@ int eupattern4(cell *c) {
|
|||||||
EX bool ishept(cell *c) {
|
EX bool ishept(cell *c) {
|
||||||
// EUCLIDEAN
|
// EUCLIDEAN
|
||||||
if(euclid) return eupattern(c) == 0;
|
if(euclid) return eupattern(c) == 0;
|
||||||
else return c->type == S7;
|
else return c->type == S7 + (prod ? 2 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool ishex1(cell *c) {
|
EX bool ishex1(cell *c) {
|
||||||
|
Reference in New Issue
Block a user