From 20391adc52becf8cbd71e0d63cb68511595a53d6 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Thu, 14 Jan 2010 11:41:21 +0200 Subject: Remove the message from Call Canine Familiar. Now that CCF doesn't produce hostiles, it is unnecessary. Signed-off-by: Eino Keskitalo --- crawl-ref/source/spells2.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index cef41699e2..ce7ad87310 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -1259,8 +1259,6 @@ bool cast_call_canine_familiar(int pow, god_type god) 0, god)) != -1) { success = true; - - mpr("A canine appears!"); } else canned_msg(MSG_NOTHING_HAPPENS); -- cgit v1.2.3-54-g00ecf