From 3325e633107071090ed2b1134b7a79e0fd0f84d8 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 13 Dec 2009 00:01:06 +0100 Subject: Allow worshippers of good gods to kill hostile-neutral beings. This is still an unchivalric act for TSO since they don't seek you out as aggressively as normal hostiles. --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 0e9efee2fa..31c9abe369 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -738,7 +738,7 @@ enum conduct_type DID_HOLY, // holy wrath, holy word scrolls DID_UNHOLY, // demon weapons, demon spells DID_ATTACK_HOLY, - DID_ATTACK_NEUTRAL, + DID_ATTACK_GOOD_NEUTRAL, DID_ATTACK_FRIEND, DID_FRIEND_DIED, DID_STABBING, // unused -- cgit v1.2.3-54-g00ecf