summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f112d0)
raw | patch | inline | side by side (parent: 7f112d0)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 22 Apr 2016 12:42:03 +0000 (15:42 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 22 Apr 2016 12:42:19 +0000 (15:42 +0300) |
src/game/g_console.pas | patch | blob | history |
diff --git a/src/game/g_console.pas b/src/game/g_console.pas
index 8b9ef250a34b6c3fff8d245cd63acd70af04bdb0..72503f28f5695686087b8d6f5f74bb6f654e172a 100644 (file)
--- a/src/game/g_console.pas
+++ b/src/game/g_console.pas
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);