1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 15:37:40 +00:00

product:: item placement

This commit is contained in:
Zeno Rogue
2019-08-18 21:30:39 +02:00
parent ecfef817a9
commit aaadf953ea
2 changed files with 10 additions and 1 deletions

View File

@@ -780,6 +780,12 @@ EX int shvid(cell *c) {
product::in_underlying_map([&] { d = shvid(c1); });
return d;
}
else if(GOLDBERG)
return gp::get_plainshape_id(c);
else if(IRREGULAR)
return irr::cellindex[c];
else if(archimedean)
return arcm::id_of(c->master);
else if(geosupport_football() == 2)
return pseudohept(c);
else if(geometry == gBinaryTiling)