From 7137a17f77fd3b6c3bbcefa2d621b3a11f161679 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 20 Jun 2016 22:49:05 +0200 Subject: Remove monster memory Instead of having monster memory, the player automatically knows everything about all monsters from the start. --- src/variable.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index 6fa38470..524766ea 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -175,7 +175,6 @@ bool_ cheat_peek; /* Peek into object creation */ bool_ cheat_hear; /* Peek into monster creation */ bool_ cheat_room; /* Peek into dungeon creation */ bool_ cheat_xtra; /* Peek into something else */ -bool_ cheat_know; /* Know complete monster info */ bool_ cheat_live; /* Allow player to avoid death */ -- cgit v1.2.3