Skip to content

Instantly share code, notes, and snippets.

@angavrilov
Created May 23, 2011 14:12
Show Gist options
  • Save angavrilov/986756 to your computer and use it in GitHub Desktop.
Save angavrilov/986756 to your computer and use it in GitHub Desktop.
DF thought codes
my %lines;
my %switches;
my %jumps;
while (<>) {
$jumps{hex $1}{hex $2}++ if (/^n([0-9a-f]+)\s+->\s+n([0-9a-f]+)/);
if (/^n([0-9a-f]+)\s+->\s+n([0-9a-f]+)\s+\[label=\"([0-9,-]+)\"/) {
$switches{hex $1}{$3} = hex $2;
} elsif (/^n([0-9a-f]+)\s+\[label=\".*?\\l'(.*)'\\l/) {
my ($addr, $str) = ($1, $2);
$str =~ s/'\\l'//g;
$str =~ s/'\\l.*?\\l'/; /g;
$str =~ s/\\\"/\"/g;
$str =~ s/\\\\/\\/g;
$lines{hex $addr} = $str;
}
}
for my $switch (sort { $a <=> $b } keys %switches) {
my %cases = %{$switches{$switch}};
printf "0x%08x:\n", $switch;
for my $case (sort { $a <=> $b } keys %cases) {
my $tgt = $cases{$case};
my @rtgt = keys %{$jumps{$tgt}||{}};
printf " %10s: 0x%08x %s -> %s\n",
$case, $tgt, $lines{$tgt}||'?',
join(',',map{sprintf('%08x',$_);}@rtgt);
}
}
0x08983ec7:
0: 0x089852dc had a miscarriage recently -> 08983f80
1: 0x089852c7 has been evicted lately -> 08983f80
2: 0x089852b2 has been tired lately -> 08983f80
3: 0x0898529d has been exhausted lately -> 08983f80
4: 0x08985288 has complained of hunger lately -> 08983f80
5: 0x08985273 has complained of thirst lately -> 08983f80
6: 0x0898525e has been starving lately -> 08983f80
7: 0x08985249 has been dehydrated lately -> 08983f80
8: 0x08985379 was worried by the scarcity of tax collection escorts lately -> 08983f80
9: 0x08985364 was worried by the scarcity of guards lately -> 08983f80
10: 0x0898538e was worried by the scarcity of cages and chains lately -> 08983f80
11: 0x0898534f has been attacked lately -> 08983f80
12: 0x08985330 ? -> 08988a0e,0898533a
13: 0x0898531b was unable to reach a room for tax collection lately -> 08983f80
14: 0x08985306 was misinformed about a room for tax collection lately -> 08983f80
15: 0x089852f1 was upset that the tax collection didn't go smoothly lately -> 08983f80
16: 0x08985234 has been taxed recently -> 08983f80
17: 0x0898521f has lost property to the tax collector's escorts recently -> 08983f80
18: 0x0898520a was upset to have disappointed a noble lately -> 08983f80
19: 0x089851f5 has complained of the lack of chairs lately -> 08983f80
20: 0x089851e0 has complained of the crowded tables lately -> 08983f80
21: 0x089851cb has complained of the lack of dining tables lately -> 08983f80
22: 0x089851b6 was forced to eat vermin to survive lately -> 08983f80
23: 0x089851a1 was forced to eat a beloved creature to survive lately -> 08983f80
24: 0x0898518c was forced to eat a treasured pet to survive lately -> 08983f80
25: 0x08985177 has complained of the lack of a well lately -> 08983f80
26: 0x08985162 has complained of the nasty water lately -> 08983f80
27: 0x0898514d was forced to drink slime lately -> 08983f80
28: 0x08985138 was forced to drink vomit lately -> 08983f80
29: 0x08985123 was forced to drink bloody water lately -> 08983f80
30: 0x0898510e was forced to drink gooey water lately -> 08983f80
31: 0x089850f9 was forced to drink ichorous water lately -> 08983f80
32: 0x089850e4 was forced to drink purulent water lately -> 08983f80
33: 0x089850cf slept uneasily due to noise lately -> 08983f80
34: 0x089850ba slept very uneasily due to noise lately -> 08983f80
35: 0x089850a5 was woken by noise while sleeping lately -> 08983f80
36: 0x08985090 was worried not to have adequate protection lately -> 08983f80
37: 0x0898507b has complained about the draft lately -> 08983f80
38: 0x08985066 was upset about being relieved from duty -> 08983f80
39: 0x08985051 has suffered the travesty of art defacement -> 08983f80
40: 0x0898503c has been annoyed by flies -> 08983f80
41: 0x08985027 has been accosted by terrible vermin -> 08983f80
42: 0x08985012 saw something unpleasant in a cage recently -> 08983f80
43: 0x08984ffd saw something unpleasant in a pond recently -> 08983f80
44: 0x08984fe8 has witnessed death -> 08983f80
45-46: 0x08984fd3 has lost a pet recently -> 08983f80
47: 0x08984fbe accidentally killed somebody in a fit of rage recently -> 08983f80
48: 0x08984fa9 killed somebody by accident while sparring recently -> 08983f80
49: 0x08984f94 has lost a spouse to tragedy recently -> 08983f80
50: 0x08984f7f has lost a friend to tragedy recently -> 08983f80
51: 0x08984f6a has lost a sibling to tragedy recently -> 08983f80
52: 0x08984f55 has lost a child to tragedy recently -> 08983f80
53: 0x08984f40 has lost a mother to tragedy recently -> 08983f80
54: 0x08984f2b has lost a father to tragedy recently -> 08983f80
55: 0x08984f17 ? -> 08984f21,08983f80
56: 0x08984f02 ate rotten food lately -> 08983f80
57: 0x08984eed drank something spoiled lately -> 08983f80
58: 0x08984e8c was -> 08984eb8,08988acd
59: 0x08984e77 was disgusted by a miasma lately -> 08983f80
60: 0x08984e62 choked on smoke underground lately -> 08983f80
61: 0x08984e4d choked on dust underground lately -> 08983f80
62: 0x08984e38 was knocked out during a cave-in lately -> 08983f80
63: 0x08984e23 was embarrassed to have to conduct an official meeting in a dining room -> 08983f80
64: 0x08984e0e was very embarrassed to have to conduct an official meeting in a bedroom -> 08983f80
65: 0x08984df9 was incredibly embarrassed not to have any rooms lately -> 08983f80
66: 0x08984de4 sustained major injuries recently -> 08983f80
67: 0x08984dcf sustained minor injuries recently -> 08983f80
68: 0x08984dba slept in the mud recently -> 08983f80
69: 0x08984da5 slept in the grass recently -> 08983f80
70: 0x08984d90 slept in the dirt recently -> 08983f80
71: 0x08984d7b slept on rocks recently -> 08983f80
72: 0x08984d66 slept on a rough cave floor recently -> 08983f80
73: 0x08984d51 slept on the floor recently -> 08983f80
74: 0x08984d3c slept on ice recently -> 08983f80
75: 0x08984d27 slept on a pile of driftwood recently -> 08983f80
76: 0x08984d12 slept without a proper room recently -> 08983f80
77: 0x08984cfd slept in a horribly substandard bedroom recently -> 08983f80
78: 0x08984ce8 slept in a horrible bedroom recently -> 08983f80
79: 0x08984cd3 slept in an awful bedroom recently -> 08983f80
80: 0x08984cbe slept in a very poor bedroom recently -> 08983f80
81: 0x08984ca9 slept in a poor bedroom recently -> 08983f80
82: 0x08984c94 conducted a meeting in a horribly substandard setting recently -> 08983f80
83: 0x08984c7f conducted a meeting in a horrible setting recently -> 08983f80
84: 0x08984c6a conducted a meeting in an awful setting recently -> 08983f80
85: 0x08984c55 conducted a meeting in a very poor setting recently -> 08983f80
86: 0x08984c40 conducted a meeting in a poor setting recently -> 08983f80
87: 0x08984c2b dined in a horribly substandard dining room recently -> 08983f80
88: 0x08984c16 dined in a horrible dining room recently -> 08983f80
89: 0x08984c01 dined in an awful dining room recently -> 08983f80
90: 0x08984bec dined in a very poor dining room recently -> 08983f80
91: 0x08984bd7 dined in a poor dining room recently -> 08983f80
92: 0x08984bc2 dined without a proper dining room recently -> 08983f80
93: 0x08984bad worried greatly about not having a tomb after gaining another year -> 08983f80
94: 0x08984b98 worried about having a horribly substandard tomb after gaining another year -> 08983f80
95: 0x08984b83 worried about having a horrible tomb after gaining another year -> 08983f80
96: 0x08984b6e worried about having an awful tomb after gaining another year -> 08983f80
97: 0x08984b59 worried about having a very poor tomb after gaining another year -> 08983f80
98: 0x08984b44 worried about having a poor tomb after gaining another year -> 08983f80
99: 0x08984b2f was greatly angered at the state of demands recently -> 08983f80
100: 0x08984b1a was very angered at the state of demands recently -> 08983f80
101: 0x08984b05 was angered at the state of demands recently -> 08983f80
102: 0x08984af0 was upset by not having enough chests lately -> 08983f80
103: 0x08984adb was upset by not having enough cabinets lately -> 08983f80
104: 0x08984ac6 was upset by not having enough armor stands lately -> 08983f80
105: 0x08984ab1 was upset by not having enough weapon racks lately -> 08983f80
106: 0x08984a9c was upset to be wearing old clothing lately -> 08983f80
107: 0x08984a87 was upset to be wearing tattered clothing lately -> 08983f80
108: 0x08984a72 was very upset to have worn clothes rot away lately -> 08983f80
109: 0x08984a5d was very embarrassed to be uncovered lately -> 08983f80
110: 0x08984a48 was embarrassed to have no shirt lately -> 08983f80
111: 0x08984a33 was embarrassed to have no shoes lately -> 08983f80
112: 0x08984a1e was very embarrassed to be uncloaked lately -> 08983f80
113: 0x08984a09 was caught in the rain recently -> 08983f80
114: 0x089849f4 was caught in a snow storm recently -> 08983f80
115: 0x0898495e was -> 08988978,0898498b
116: 0x08984949 was unable to find an available hammer lately -> 08983f80
117: 0x08984934 was upset by having a mandate ignored lately -> 08983f80
118: 0x0898491f was upset by having a mandate deadline missed lately -> 08983f80
119: 0x0898490a was upset by having a request ignored lately -> 08983f80
120: 0x089848f5 was angered that nobody could be punished for a recent failure -> 08983f80
121: 0x089848e0 was upset that a criminal could not be properly punished -> 08983f80
122: 0x089848cb was upset by the delayed punishment of a criminal -> 08983f80
123: 0x089848b6 was beaten recently -> 08983f80
124: 0x089848a1 was beaten with a hammer recently -> 08983f80
125: 0x0898488c is depressed about being confined -> 08983f80
126: 0x08984877 was unhappy with the lack of work last season -> 08983f80
127: 0x08984862 had a terrifying nightmare about an army of the dead -> 08983f80
128-131: 0x089847de admired -> 08988b2e,08984813
132: 0x089847c9 was comforted by a wonderful creature in a cage recently -> 08983f80
133: 0x089847b4 was comforted by a wonderful creature in a pond recently -> 08983f80
134: 0x0898479f was pleased by having a request approved lately -> 08983f80
135: 0x0898478a was glad to have punishment reduced recently -> 08983f80
136: 0x08984775 was glad to have punishment delayed recently -> 08983f80
137: 0x08984760 beat somebody recently -> 08983f80
138: 0x0898474b beat somebody with a hammer recently -> 08983f80
139: 0x08984736 has been satisfied at work lately -> 08983f80
140: 0x08984721 was happy to have pleased a noble lately -> 08983f80
141: 0x0898470c is quite pleased with making an artifact -> 08983f80
142: 0x089846f7 made a satisfying acquisition lately -> 08983f80
143: 0x089846e2 adopted a new pet recently -> 08983f80
144: 0x089846cd took joy in slaughter lately -> 08983f80
145: 0x089846b8 ate a pretty decent meal lately -> 08983f80
146: 0x089846a3 ate a fine dish lately -> 08983f80
147: 0x0898468e ate a wonderful dish lately -> 08983f80
148: 0x08984679 ate a truly decadent dish lately -> 08983f80
149: 0x08984664 ate a legendary meal lately -> 08983f80
150: 0x0898464f had a pretty decent drink lately -> 08983f80
151: 0x0898463a had a fine drink lately -> 08983f80
152: 0x08984625 had a wonderful drink lately -> 08983f80
153: 0x08984610 had a truly decadent drink lately -> 08983f80
154: 0x089845fb had a legendary drink lately -> 08983f80
155: 0x089845e6 was comforted by a pet lately -> 08983f80
156: 0x089845d1 saw a beloved creature lately -> 08983f80
157: 0x089845bc was pleased to have a mandate deadline met lately -> 08983f80
158: 0x0898459d ? -> 089845a7,089889b1
159: 0x08984588 made a friend recently -> 08983f80
160: 0x08984573 was pleased that the tax collection went smoothly lately -> 08983f80
161: 0x0898455e was comforted by a lovely waterfall lately -> 08983f80
162: 0x08984549 conducted a meeting in a setting worthy of legends recently -> 08983f80
163: 0x08984534 conducted a meeting in a fantastic setting recently -> 08983f80
164: 0x0898451f conducted a meeting in a great setting recently -> 08983f80
165: 0x0898450a conducted a meeting in a very good setting recently -> 08983f80
166: 0x089844f5 conducted a meeting in a good setting recently -> 08983f80
167: 0x089844e0 dined in a legendary dining room recently -> 08983f80
168: 0x089844cb dined in a fantastic dining room recently -> 08983f80
169: 0x089844b6 dined in a great dining room recently -> 08983f80
170: 0x089844a1 dined in a very good dining room recently -> 08983f80
171: 0x0898448c dined in a good dining room recently -> 08983f80
172: 0x08984477 slept in a bedroom like a personal palace recently -> 08983f80
173: 0x08984462 slept in a fantastic bedroom recently -> 08983f80
174: 0x0898444d slept in a great bedroom recently -> 08983f80
175: 0x08984438 slept in a very good bedroom recently -> 08983f80
176: 0x08984423 slept in a good bedroom recently -> 08983f80
177: 0x0898440e was greatly pleased at the state of demands recently -> 08983f80
178: 0x089843f9 was very pleased at the state of demands recently -> 08983f80
179: 0x089843e4 was pleased at the state of demands recently -> 08983f80
180: 0x089843cf celebrated having a legendary tomb after gaining another year -> 08983f80
181: 0x089843ba celebrated having a fantastic tomb after gaining another year -> 08983f80
182: 0x089843a5 celebrated having a great tomb after gaining another year -> 08983f80
183: 0x08984390 celebrated having a very good tomb after gaining another year -> 08983f80
184: 0x0898437b celebrated having a good tomb after gaining another year -> 08983f80
185: 0x08984366 enjoyed starting a fist fight recently -> 08983f80
186: 0x08984351 enjoyed smashing up a building recently -> 08983f80
187: 0x0898433c enjoyed toppling something over recently -> 08983f80
188: 0x08984123 enjoyed throwing something recently -> 08983f80
189: 0x0898410e had a satisfying sparring session recently -> 08983f80
190: 0x089840f9 is happy to be free -> 08983f80
191: 0x089840e4 was nauseated by the sun lately -> 08983f80
192: 0x089840cf was irritated by the sun lately -> 08983f80
193: 0x089840ba was able to rest and recuperate lately -> 08983f80
194: 0x089840a5 received water recently -> 08983f80
195: 0x08984090 received food recently -> 08983f80
196: 0x0898407b was rescued recently -> 08983f80
197: 0x08984067 ? -> 08983f80,08984071
198: 0x0898403d ? -> 08988beb,08984049
199: 0x08984029 ? -> 08983f80,08984033
200: 0x08984014 was very happy to be elected mayor recently -> 08983f80
201: 0x08983fff was very happy to be re-elected mayor recently -> 08983f80
202: 0x08983fed was very satisfied to be chosen as the expedition leader recently -> 08983f80
203: 0x08983fdb was very pleased to receive a higher rank of nobility recently -> 08983f80
204: 0x089842ca was greatly pleased to enter the nobility recently -> 08983f80
205: 0x089842b5 was proud to have become a mayor recently -> 08983f80
206: 0x08984283 ? -> 08983f80,089842ae
207: 0x08984251 ? -> 08983f80,0898427c
208: 0x089842df ? -> 08983f80,0898430a
209: 0x0898417b gave birth to ; recently -> 08983f80
210: 0x0898414d ? -> 08984159,08988d7f
211: 0x08984138 formed a grudge recently -> 08983f80
212: 0x0898423c has lost a lover to tragedy recently -> 08983f80
213: 0x0898421c ? -> 08988e12,08984227
214: 0x08984207 has been tired of eating the same old food lately -> 08983f80
215: 0x089841f2 has been tired of drinking the same old booze lately -> 08983f80
216: 0x08984326 ? -> 08983f80,08984335
217: 0x08984311 had a wonderful soapy bath recently -> 08983f80
218: 0x08983fc9 had a nice bath recently -> 08983f80
219: 0x08983efe ? -> 08983f15,08988cb3
220: 0x08983fad ? -> 089889bb,08983fb7
0x08984033:
0: 0x08988bb1 was satisfied to bring up job scarcity in a meeting lately -> 08983f80
1: 0x08988dd8 was able to make suggestions about work allocations lately -> 08983f80
2: 0x08988dc3 was glad to request weapon production lately -> 08983f80
3: 0x08988ded ? -> 08988e27,08988dfd
4: 0x08988bc6 ? -> 08988bd6,08988c15
0x08984071:
0: 0x08988c89 was unable to find somebody to complain to about job scarcity lately -> 08983f80
1: 0x08988c74 was unable to make suggestions about work allocations lately -> 08983f80
2: 0x08988c5f was unable to request weapon production lately -> 08983f80
3: 0x08988c00 was unable to find somebody in charge to yell at lately -> 08983f80
4: 0x08988c9e was unable to find somebody in charge to cry on lately -> 08983f80
0x0898427c:
0-1: 0x08989f6c was overjoyed to be able to give somebody food lately -> 08983f80
2: 0x08989f57 was happy to have been able to give somebody food lately -> 08983f80
3: 0x08989f42 was pleased to have been able to give somebody food lately -> 08983f80
4: 0x08989f2d gave somebody food lately -> 08983f80
5: 0x08989f18 was irritated at having to give somebody food lately -> 08983f80
6: 0x08989f03 was unhappy at having to give somebody food lately -> 08983f80
7-8: 0x08989f81 has suffered the pain of having to give somebody food lately -> 08983f80
0x089842ae:
0-1: 0x08989ed9 was overjoyed to be able to give somebody water lately -> 08983f80
2: 0x08989ec4 was happy to have been able to give somebody water lately -> 08983f80
3: 0x08989eaf was pleased to have been able to give somebody water lately -> 08983f80
4: 0x08989e9a gave somebody water lately -> 08983f80
5: 0x08989e85 was irritated at having to give somebody water lately -> 08983f80
6: 0x08989e70 was unhappy at having to give somebody water lately -> 08983f80
7-8: 0x08989eee has suffered the pain of having to give somebody water lately -> 08983f80
0x0898430a:
0-1: 0x08989e46 was overjoyed to be able to help somebody to bed lately -> 08983f80
2: 0x08989e31 was happy to have been able to help somebody to bed lately -> 08983f80
3: 0x08989e1c was pleased to have been able to help somebody to bed lately -> 08983f80
4: 0x08989e07 brought somebody to bed lately -> 08983f80
5: 0x08989df2 was irritated at having to haul somebody to bed lately -> 08983f80
6: 0x08989ddd was unhappy at having to haul somebody to bed lately -> 08983f80
7-8: 0x08989e5b has suffered the pain of having to haul somebody to bed lately -> 08983f80
0x08984335:
0: 0x08989dc8 was disgusted to be forced to talk to a pillar of society recently -> 08983f80
1: 0x08989db3 was upset to be forced to talk to a pillar of society recently -> 08983f80
2: 0x08989d9e was irritated to be forced to talk to a pillar of society recently -> 08983f80
3: 0x08983f80 . -> 08983f91
4: 0x08989d89 was pleased to be able to talk to a pillar of society recently -> 08983f80
5: 0x08989d74 was ecstatic to be able to talk to a pillar of society recently -> 08983f80
6: 0x08989d5f was still bathing in awe after talking to a pillar of society recently -> 08983f80
0x0898485b:
0: 0x08988eed fine -> 08988782
1: 0x08988eae very fine -> 08988782
2: 0x08988e99 splendid -> 08988782
3: 0x08988a8e wonderful -> 08988782
4: 0x08988772 completely sublime -> 08988782
0x08984f21:
0: 0x08989d2d was forced to endure the decay of a pet -> 08983f80
1: 0x08989d18 was forced to endure the decay of a spouse -> 08983f80
2: 0x08989d03 was forced to endure the decay of a mother -> 08983f80
3: 0x08989cee was forced to endure the decay of a father -> 08983f80
4-8,10: 0x08983f80 . -> 08983f91
9: 0x08989cd9 was forced to endure the decay of a lover -> 08983f80
11: 0x08989cc4 was forced to endure the decay of a sibling -> 08983f80
12: 0x08989caf was forced to endure the decay of a child -> 08983f80
13: 0x08989c9a was forced to endure the decay of a friend -> 08983f80
14: 0x08989c85 was forced to endure the decay of an annoying acquaintance -> 08983f80
0x08985acd:
0: 0x08985efb ? -> 08985f2c,08985712
1: 0x08985ead ? -> 08985ede,08985712
2-4,7,9-20,24: 0x0898569e ? -> 089889f1,08985712
5: 0x08985e18 ? -> 08985e90,08985712
6: 0x08985dbd ? -> 08985dea,08985dc4
8: 0x08985d28 ? -> 08985712,08985da0
21: 0x08985c93 ? -> 08985d0b,08985712
22: 0x08985bfe ? -> 08985c76,08985712
23: 0x08985b69 ? -> 08985712,08985be1
25: 0x08985ad4 ? -> 08985b4c,08985712
0x08986cd4:
0: 0x08986bd0 ? -> 089871d0,08986be5
1: 0x08987000 a former member -> 08986c00
2: 0x08986fe0 a mercenary -> 08986c00
3: 0x089871b0 a former mercenary -> 08986c00
4: 0x08987190 a slave -> 08986c00
5: 0x08987170 a former slave -> 08986c00
6: 0x08987150 a prisoner -> 08986c00
7: 0x08987130 a former prisoner -> 08986c00
8: 0x08987110 an enemy -> 08986c00
9: 0x089870f0 a criminal to -> 08986c11
10: 0x08987040 ? -> 08986fe0,08987068
11: 0x08987020 a hero -> 08986c00
0x08988978:
0: 0x08989638 put off -> 0898499b
1: 0x08989623 flustered -> 0898499b
2: 0x0898960e upset -> 0898499b
3: 0x089895f9 very upset -> 0898499b
4: 0x089895e4 greatly upset -> 0898499b
5: 0x089895cf angered -> 0898499b
6: 0x089895ba enraged -> 0898499b
7: 0x089895a5 shattered -> 0898499b
8: 0x0898964d traumatized -> 0898499b
0x089889b1:
0: 0x0898957d talked with a pet lately -> 08983f80
1: 0x08989568 talked with the spouse lately -> 08983f80
2: 0x08989553 talked with mother lately -> 08983f80
3: 0x0898953e talked with father lately -> 08983f80
4-8,10: 0x089845a7 talked with somebody lately -> 08983f80
9: 0x08989529 talked with a lover lately -> 08983f80
11: 0x08989514 talked with a sibling lately -> 08983f80
12: 0x089894ff talked with a child lately -> 08983f80
13: 0x089894ea talked with a friend lately -> 08983f80
14: 0x089894d5 was forced to talk to somebody annoying lately -> 08983f80
0x089889bb:
0: 0x089894c0 has been tormented in nightmares by a dead pet lately -> 08983f80
1: 0x089894ab has been tormented in nightmares by a dead spouse lately -> 08983f80
2: 0x08989496 has been tormented in nightmares by own dead mother lately -> 08983f80
3: 0x08989481 has been tormented in nightmares by own dead father lately -> 08983f80
4-8,10: 0x08983fb7 has been tormented in nightmares by the dead lately -> 08983f80
9: 0x0898946c has been tormented in nightmares by a dead lover lately -> 08983f80
11: 0x08989457 has been tormented in nightmares by a dead sibling lately -> 08983f80
12: 0x08989442 has been tormented in nightmares by own dead child lately -> 08983f80
13: 0x0898942d has been tormented in nightmares by a dead friend lately -> 08983f80
14: 0x08989418 has been tormented in nightmares by a dead and still annoying acquaintance lately -> 08983f80
0x08988a0e:
0: 0x08989403 has been attacked by a dead pet lately -> 08983f80
1: 0x089893ee has been attacked by a dead spouse lately -> 08983f80
2: 0x089893d9 has been attacked by own dead mother lately -> 08983f80
3: 0x089893c4 has been attacked by own dead father lately -> 08983f80
4-8,10: 0x0898533a has been attacked by the dead lately -> 08983f80
9: 0x089893af has been attacked by a dead lover lately -> 08983f80
11: 0x0898939a has been attacked by a dead sibling lately -> 08983f80
12: 0x08989385 has been attacked by own dead child lately -> 08983f80
13: 0x08989370 has been attacked by a dead friend lately -> 08983f80
14: 0x0898935b has been attacked by a dead and still annoying acquaintance lately -> 08983f80
0x08988a18:
0: 0x0898927b has been ; by a dead pet lately -> 08983f6d
1: 0x08989243 has been ; by a dead spouse lately -> 08983f6d
2: 0x0898920b has been ; by own dead mother lately -> 08983f6d
3: 0x089891d3 has been ; by own dead father lately -> 08983f6d
4-8,10: 0x08983f3a has been ; by the dead lately -> 08983f6d
9: 0x089892eb has been ; by a dead lover lately -> 08983f6d
11: 0x089892b3 has been ; by a dead sibling lately -> 08983f6d
12: 0x08989323 has been ; by own dead child lately -> 08983f6d
13: 0x0898919b has been ; by a dead friend lately -> 08983f6d
14: 0x08989161 has been ; by a dead and still annoying acquaintance lately -> 08983f6d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment