From d16ed1201876132b39d151da6877de997da67912 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 26 Apr 2008 03:05:13 +0000 Subject: Generalize the routines to determine whether you or a monster can mutate or mutate safely by moving them to the actor interface. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4650 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/mutation.h') diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h index 6074cc1913..a91bce44d8 100644 --- a/crawl-ref/source/mutation.h +++ b/crawl-ref/source/mutation.h @@ -47,8 +47,6 @@ void display_mutations(); bool mutation_is_fully_active(mutation_type mut); -bool can_safely_mutate(); - formatted_string describe_mutations(); -- cgit v1.2.3-54-g00ecf