| Alien (BUGFIX 1.7) | Routines |
| Prev: 38317 | Up: Map | Next: 38398 |
|
Despite the old name, this is the SHIP-SIMULATION driver: six calls covering the destruct countdown, fixture proximity events, the oxygen clock, event pacing, engine states and the alien encounter animation. The fixture-action handlers the action key dispatches into (destruct lever, hypersleep pods, fires, airlocks, launch console) follow as their own routines from FixtureAction.
Used by the routine at 36457.
|
||||
| 38379 | CALL 38846 | DestructTicker: countdown + border flash | ||
| 38382 | CALL 38903 | FindTrackerHolders: motion-tracker scan | ||
| 38385 | CALL 39531 | oxygen clock / status line | ||
| 38388 | CALL 39171 | ViewedTrackerCheck: beep / uneasy cat | ||
| 38391 | CALL 39041 | EngineStateScan: engine fires | ||
| 38394 | CALL 39718 | alien encounter animation layers | ||
| 38397 | RET | |||
| Prev: 38317 | Up: Map | Next: 38398 |