From 33e7dc3baa6b375efb6d8989ffe3c50511291228 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 11 Dec 2015 08:09:30 +0100 Subject: Remove Alchemist class and associated skills/code Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go. --- src/object_kind.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/object_kind.hpp') diff --git a/src/object_kind.hpp b/src/object_kind.hpp index 40a77589..a67d1d61 100644 --- a/src/object_kind.hpp +++ b/src/object_kind.hpp @@ -73,8 +73,6 @@ struct object_kind bool_ tried; /* The player has "tried" one of the items */ - bool_ know; /* extractable flag for the alchemist */ - u32b esp; /* ESP flags */ u32b oesp; /* Obvious ESP flags */ -- cgit v1.2.3