| 49 | static int32_t cycle_timestamp = 0; // world->frame_counter at last reveal |
| 50 | |
| 51 | static void reset_state() { |
| 52 | is_active = false; |
| 53 | trigger_cache.clear(); |
| 54 | hidesaved.clear(); |
| 55 | revealed = NOT_REVEALED; |
| 56 | cycle_timestamp = 0; |
| 57 | } |
| 58 | |
| 59 | /* |
| 60 | * Anything that might reveal Hell or trigger gemstone pillar events is unsafe. |
no test coverage detected