|
|
1.1 root 1: # include "trek.h"
2:
3: /**
4: ** global variable definitions
5: **/
6:
7: DEVICE Device[NDEV]
8: {
9: "warp drive", "Scotty",
10: "S.R. scanners", "Scotty",
11: "L.R. scanners", "Scotty",
12: "phaser control", "Sulu",
13: "photon tubes", "Sulu",
14: "impulse engines", "Scotty",
15: "shield control", "Sulu",
16: "computer", "Spock",
17: "subspace radio", "Uhura",
18: "life support", "Scotty",
19: "navigation system", "Chekov",
20: "cloaking device", "Scotty",
21: "transporter", "Scotty",
22: "shuttlecraft", "Scotty",
23: "*** ERROR 14 ***", "Nobody",
24: "*** ERROR 15 ***", "Nobody"
25: };
26:
27: char *Systemname[NINHAB]
28: {
29: "*** STARTREK SYSTEM ERROR ***",
30: "Talos IV",
31: "Rigel III",
32: "Deneb VII",
33: "Canopus V",
34: "Icarus I",
35: "Prometheus II",
36: "Omega VII",
37: "Elysium I",
38: "Scalos IV",
39: "Procyon IV",
40: "Arachnid I",
41: "Argo VIII",
42: "Triad III",
43: "Echo IV",
44: "Nimrod III",
45: "Nemisis IV",
46: "Centarurus I",
47: "Kronos III",
48: "Spectros V",
49: "Beta III",
50: "Gamma Tranguli VI",
51: "Pyris III",
52: "Triachus",
53: "Marcus XII",
54: "Kaland",
55: "Ardana",
56: "Stratos",
57: "Eden",
58: "Arrikis",
59: "Epsilon Erandi IV",
60: "Exo III"
61: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.