-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabbrvs_generic.h
executable file
·113 lines (112 loc) · 2.7 KB
/
abbrvs_generic.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
! ----------------------------------------------------------------------------
! PunyInform Generic Abbreviations
! Made public domain in 2021 by Stefan Vogt, Puddle Soft.
! http://8bitgames.itch.io | http://puddlesoft.net
! ----------------------------------------------------------------------------
! Note: you need at least Inform compiler version 6.35 for this to work.
! In your source, put !% $MAX_ABBREVS=96 right at the beginning of the file.
! ----------------------------------------------------------------------------
#IfDef OPTIONAL_SHIP_DIRECTIONS;
Abbreviate "port";
Abbreviate "aft";
Abbreviate "starboard";
Abbreviate "ell";
#EndIf;
#IfnDef OPTIONAL_SHIP_DIRECTIONS;
Abbreviate "north";
Abbreviate "south";
Abbreviate "east";
Abbreviate "west";
#Endif;
Abbreviate "You ";
Abbreviate "thing";
Abbreviate "n't ";
Abbreviate "This game is now in its ";
Abbreviate " you ";
Abbreviate " descriptions of locations ";
Abbreviate "There is no";
Abbreviate " to ";
Abbreviate " that";
Abbreviate "lready ";
Abbreviate "which ";
Abbreviate "ed.";
Abbreviate "ing ";
Abbreviate "nderstand";
Abbreviate " the ";
Abbreviate "here";
Abbreviate " no";
Abbreviate "That";
Abbreviate "Inform";
Abbreviate "You're";
Abbreviate ".^";
Abbreviate "some";
Abbreviate "have";
Abbreviate "~ mode, ";
Abbreviate "would ";
Abbreviate "tion";
Abbreviate " fixed in place.";
Abbreviate "nexpect";
Abbreviate "are";
Abbreviate "can ";
Abbreviate ", ";
Abbreviate "yourself";
Abbreviate "before";
Abbreviate "I do";
Abbreviate "see";
Abbreviate "always gives ";
Abbreviate " ***";
Abbreviate "e.";
Abbreviate " has better ";
Abbreviate "Cannot put ";
Abbreviate "is clos";
Abbreviate " number";
Abbreviate "achieve";
Abbreviate "But";
Abbreviate " in";
Abbreviate " of";
Abbreviate "(first tak";
Abbreviate "The ";
Abbreviate " (";
Abbreviate "'s";
Abbreviate " by this.";
Abbreviate " happens.";
Abbreviate "lease ";
Abbreviate "switch";
Abbreviate " empty";
Abbreviate "moment";
Abbreviate "pecial";
Abbreviate "rest";
Abbreviate " error: ";
Abbreviate "(even if";
Abbreviate " itself.";
Abbreviate " an";
Abbreviate " on";
Abbreviate "hat";
Abbreviate "lock";
Abbreviate "rea";
Abbreviate ". ";
Abbreviate ", ";
Abbreviate "open";
Abbreviate "nothing";
Abbreviate "rrying";
Abbreviate "rin";
Abbreviate "off";
Abbreviate "ake";
Abbreviate "ame";
Abbreviate "urn";
Abbreviate "side";
Abbreviate "ome";
Abbreviate "pec";
Abbreviate "ste";
Abbreviate "able";
Abbreviate "shi";
Abbreviate "all";
Abbreviate "ter";
Abbreviate "the";
Abbreviate "and";
Abbreviate "t i";
Abbreviate "contain";
Abbreviate "int";
Abbreviate "when";
Abbreviate "sta";
Abbreviate "ore";