From 297b7ce16954e5144b7d11b3202a60b331a9a940 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 9 Nov 2008 20:22:37 +0000 Subject: So many files? That's probably some debugging messages included, again... Anyway, I added a check to make sure that monsters that somehow end up in deep water (confusion!) can get out of it again if not aquatic. Monsters that can drown, will still do so, of course. I also removed the drowning conditional for zombies and skeletons. They'll now slog invisibly underwater and eventually reappear in shallow water or dry land. I think this is more interesting than making them drown. That, and they've seen a lot of nerfs lately. Oh, right, and I replaced some ENCH_SUBMERGED with mons_is_submerged(), that might explain the number of modified files... git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7427 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/state.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index 91845abd51..b1997ef4ba 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -142,6 +142,7 @@ void game_state::zero_turns_taken() bool interrupt_cmd_repeat( activity_interrupt_type ai, const activity_interrupt_data &at ) { + mpr("in interrupt_cmd_repeat"); if (crawl_state.cmd_repeat_start) return (false); -- cgit v1.2.3-54-g00ecf