From b9b92f995250e412eee9dbfcd529927a526a6e8e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 2 Apr 2007 19:25:19 +0000 Subject: Allow AF_DISEASE attacks to sicken monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1195 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 4223245ab6..fad67e73db 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1185,6 +1185,7 @@ enum enchant_type ENCH_SUBMERGED, ENCH_SHORT_LIVED, ENCH_PARALYSIS, // 20 + ENCH_SICK, NUM_ENCHANTMENTS }; -- cgit v1.2.3-54-g00ecf