From f05884f49be60aab15111bd5bd9c27e679b8318b Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 28 Sep 2009 17:09:09 -0500 Subject: Attempt to make monster attacks on submerged monsters consistent with player attacks on the same (aside from tentacle attacks, which only monsters can currently have and which work on all submerged monsters). --- crawl-ref/source/mon-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index ff4bba2228..1366f6042d 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -720,6 +720,7 @@ void define_monster(monsters &mons); * *********************************************************************** */ void mons_pacify(monsters *mon); + // last updated 4jan2001 (gdl) /* *********************************************************************** * called from: monstuff -- cgit v1.2.3-54-g00ecf