From 0f3837eba8c8ccdc3414111f6f6312c6ffce6a15 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 16 Aug 2014 19:38:03 -0400 Subject: makhleb's summons should also go hostile on excommunication (6124) --- 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 930719aa8c..ae040919f4 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -4439,6 +4439,7 @@ enum daction_type DACT_BRIBE_TIMEOUT, DACT_REMOVE_GOZAG_SHOPS, DACT_SET_BRIBES, + DACT_ALLY_MAKHLEB, NUM_DACTIONS, // If you want to add a new daction, you need to // add a corresponding entry to *daction_names[] -- cgit v1.2.3-54-g00ecf