diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index d9f802c4fd..72a8ba08cd 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2803,7 +2803,7 @@ int Simulation::create_part(int p, int x, int y, int tv) parts[pmap[y][x]>>8].ctype |= v<<8; } } - else if (drawOn == PT_CRAY && drawOn != t && t != PT_PSCN && t != PT_INST && t != PT_METL) + else if (drawOn == PT_CRAY && drawOn != t) { parts[pmap[y][x]>>8].ctype = t; if (t==PT_LIFE && v