|
@@ -542,7 +542,7 @@ int mangle(int fd, const char *buffer, int len) {
|
|
|
char restore_color[30]; // ansi color
|
|
|
strcpy(restore_color, color_restore(&temp_console));
|
|
|
|
|
|
- if (random_activate(3)) {
|
|
|
+ if (0) { // random_activate(3)) {
|
|
|
char display[100] = "";
|
|
|
int needs_cls = 0;
|
|
|
|
|
@@ -640,7 +640,7 @@ int mangle(int fd, const char *buffer, int len) {
|
|
|
// Does this drop the last element in phrasing? (Seems like it takes awhile to get Seg Fault spoof, might be why)
|
|
|
} while (last_phrasing.seen_before(r));
|
|
|
|
|
|
- r = 6;
|
|
|
+ r = 5;
|
|
|
|
|
|
int color = random() % 15 + 1;
|
|
|
int x = random() % 30 + 1;
|