From ad599ad1c85be1ffba72f5aacacf869fa85010ca Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 05:55:49 -0600 Subject: Split chaotic things into unclean and chaotic things. Chaotic things are now shapeshifters, mutators, etc., while unclean things are diseasing things, rotting things, etc. Zin still hates both. As good gods treat both unholy and evil monsters as evil, he'll treat both unclean and chaotic monsters as chaotic. Note that silver will only do extra damage to chaotics, as before. --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index ac7503ec95..2d19fba815 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -774,7 +774,8 @@ enum conduct_type DID_EAT_SOULED_BEING, // Zin DID_DELIBERATE_MUTATING, // Zin DID_CAUSE_GLOWING, // Zin - DID_CHAOS, // Zin (used weapon/magic of chaos) + DID_UNCLEAN, // Zin (used unclean weapon/magic) + DID_CHAOS, // Zin (used chaotic weapon/magic) DID_DESECRATE_ORCISH_REMAINS, // Beogh DID_DESTROY_ORCISH_IDOL, // Beogh DID_CREATE_LIFE, // unused -- cgit v1.2.3-54-g00ecf