X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=72503f28f5695686087b8d6f5f74bb6f654e172a;hp=8b9ef250a34b6c3fff8d245cd63acd70af04bdb0;hb=e1948f2831130ee7d993fa8897aeaba83fb7f765;hpb=7f112d0ea9a5f431202d629484094592ff021e09 diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 8b9ef25..72503f2 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -892,6 +892,15 @@ begin if Trim(L) = '' then Exit; + if L = 'goobers' then + begin + Line := ''; + CPos := 1; + gCheats := true; + g_Console_Add('Your memory serves you well.'); + exit; + end; + if not Quiet then begin g_Console_Add('> '+L);