summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-08-12 15:43:42 +0200
committerRaphael Langella <raphael.langella@gmail.com>2013-08-12 15:49:00 +0200
commit40eb210485ae15fdf5be7e96104197e26b3fa5f6 (patch)
treeaa733e21ad970922b2df54b48ec35ad218da434f /crawl-ref/source/mon-info.h
parentd993d8a94ebf88d624d434119000bc7293dafba9 (diff)
downloadcrawl-ref-40eb210485ae15fdf5be7e96104197e26b3fa5f6.tar.gz
crawl-ref-40eb210485ae15fdf5be7e96104197e26b3fa5f6.zip
Revert "Bye bye clinging."
Clinging might be a minor feature, but it's a distinguishing one, it's thematic and it's working quite well. Player/monster symmetry has never been a goal, so it seems dubious to invoke it as the reason to throw away all the work that has been put into clinging. We can always say that the player turns into a different kind of spider which is unable to cling for some reason. This reverts commit bdc56382eacf7af1b2330dc6444916d368741fec. This reverts commit d689486464fcaaac025a6f469ab69674a2f4d173. This reverts commit 1addaaf8ee92de5060fdb436f93251843abd2035.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 18b318b68d..d18aef7482 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -69,9 +69,7 @@ enum monster_info_flags
MB_BLIND,
MB_DUMB,
MB_MAD,
-#if TAG_MAJOR_VERSION == 34
MB_CLINGING,
-#endif
MB_NAME_ZOMBIE,
MB_PERM_SUMMON,
MB_INNER_FLAME,