Overview
Comment: | fix tpyos |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
23520bb165339ab8d4820d7638c5807d |
User & Date: | lexi on 2019-11-19 01:44:03 |
Other Links: | manifest | tags |
Context
2020-02-04
| ||
11:27 | shit check-in: 401c47f413 user: lexi tags: trunk | |
2019-11-19
| ||
01:44 | fix tpyos check-in: 23520bb165 user: lexi tags: trunk | |
2019-10-29
| ||
11:19 | update crime generator check-in: 56c4410455 user: lexi tags: trunk | |
Changes
Modified botsoc.scm from [40c72117b1] to [e2cbed27a3].
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
...
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
|
("dentists") ("fascists") ("marijuana addicts")
("nazis") ("wizards") ("heroin addicts")
("hackers") ("LSD addicts") ("disabled people")
("criminals") ("teenagers") ("the differently-abled")
("teens") ("cissexuals") ("the working class")
("lizards") ("bureaucrats") ("politicians")
("catholics") ("methodists") ("mormons")
("kulaks") ("slaves") ("human trafficking vitims")
("victims") ("crime victims") ("victims of " (problem))
("losers") ("thieves") ("queer people")
("queers") ("senators") ("presidents")
("queens") ("kings") ("emperors")
("aliens")
((thing) " activists") ("anti-" (adjective) " activists")
((ideology) " activists") ((adjective) " activists"))
................................................................................
((problem) " " (modal) " incite " (group) " against " (problem))
((problem) " is unfair to " (group))
((problem) " is likely to result")
((thing) " is likely to result")
((things) " are likely to result")
((thing) " is likely to be involved")
((things) " are likely to involved")
((problem) " is to blame")
((thing) " is to blame")
((things) " are to blame")
((thing) " is harmful to " (group))
((things) " are harmful to " (group))
|
|
|
|
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
...
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
|
("dentists") ("fascists") ("marijuana addicts") ("nazis") ("wizards") ("heroin addicts") ("hackers") ("LSD addicts") ("disabled people") ("criminals") ("teenagers") ("the differently-abled") ("teens") ("cissexuals") ("the working class") ("lizards") ("bureaucrats") ("politicians") ("catholics") ("methodists") ("mormons") ("kulaks") ("slaves") ("human trafficking victims") ("victims") ("crime victims") ("victims of " (problem)) ("losers") ("thieves") ("queer people") ("queers") ("senators") ("presidents") ("queens") ("kings") ("emperors") ("aliens") ((thing) " activists") ("anti-" (adjective) " activists") ((ideology) " activists") ((adjective) " activists")) ................................................................................ ((problem) " " (modal) " incite " (group) " against " (problem)) ((problem) " is unfair to " (group)) ((problem) " is likely to result") ((thing) " is likely to result") ((things) " are likely to result") ((thing) " is likely to be involved") ((things) " are likely to be involved") ((problem) " is to blame") ((thing) " is to blame") ((things) " are to blame") ((thing) " is harmful to " (group)) ((things) " are harmful to " (group)) |
Modified drug.ml from [6b07ba2764] to [57ab84e43c].
250 251 252 253 254 255 256 257 258 259 260 261 262 263 |
Plain "bagged"; Plain "bugged"; Plain "blurry"; Plain "blurred"; Plain "blobbed"; Plain "cubed"; Plain "orbed"; Plain "squared"; Plain "[REDACTED]"; Plain "wrangled"; Plain "wrassled"; Plain "glib"; Plain "maudlin"; Plain "schooled"; Plain "flailed"; Plain "whaled"; Plain "sloshed"; Plain "sprayed"; Plain "spayed"; Plain "prayed to"; Plain "prayed out"; Plain "prayed off"; Plain "prayed for"; Plain "prayed away"; Plain "snacked"; Plain "snacked up"; Plain "snacked out"; Plain "snacked away"; |
> |
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 |
Plain "bagged"; Plain "bugged";
Plain "blurry"; Plain "blurred";
Plain "blobbed"; Plain "cubed";
Plain "orbed"; Plain "squared";
Plain "[REDACTED]"; Plain "wrangled";
Plain "wrassled"; Plain "glib";
Plain "maudlin"; Plain "schooled";
Plain "wracked"; Plain "served";
Plain "flailed"; Plain "whaled";
Plain "sloshed"; Plain "sprayed";
Plain "spayed"; Plain "prayed to";
Plain "prayed out"; Plain "prayed off";
Plain "prayed for"; Plain "prayed away";
Plain "snacked"; Plain "snacked up";
Plain "snacked out"; Plain "snacked away";
|