From 537160d9714e4783ed07c2edbbd85a88d3e51f69 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 10 Jan 2009 22:10:44 +0000 Subject: Display basic resistance information. I'm putting this in so that there'll be a base to work on; of course the format can (and should) be improved. Currently it's one line per resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8396 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 9d280a6cfc..34a6f79b87 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -451,6 +451,7 @@ habitat_type grid2habitat(dungeon_feature_type grid); dungeon_feature_type habitat2grid(habitat_type ht); monsterentry *get_monster_data(int p_monsterid); +mon_resist_def get_mons_resists(const monsters *mon); // last updated 10jun2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf