| 263 | } |
| 264 | |
| 265 | int getModel() { |
| 266 | // Use the first channel's Part as the reference model |
| 267 | if (parts[0]->easter_egg()) |
| 268 | return -1; |
| 269 | return (int) parts[0]->resonator_model(); |
| 270 | } |
| 271 | |
| 272 | /** Sets the resonator model. |
| 273 | -1 means easter egg (Ominous voice) |