Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
7406 Patches text sometimes 2013-07-28 19:22 2013-07-28 20:43
chris Local  
neil DOS  
normal Console  
closed 0.13 ancient branch  
done  
none    
none 0.13 ancient branch  
0007406: Make a cantrip message substantially less confusing
From ed1701984a376871110ae2270e973186c6369994 Mon Sep 17 00:00:00 2001
From: Chris Oelmueller <chris.oelmueller@gmail.com>
Date: Sat, 27 Jul 2013 23:29:36 +0200
Subject: Make a cantrip message substantially less confusing

The monster "looks stronger" actually has a meaning in crawl too, and
many players have asked about what it would mean when used as cantrip.
---
 crawl-ref/source/mon-cast.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index ce29697..06974b4 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -4507,7 +4507,7 @@ void mons_cast(monster* mons, bolt &pbolt, spell_type spell_cast,
         {
             // Messages about the monster influencing itself.
             const char* buff_msgs[] = { " glows brightly for a moment.",
-                                        " looks stronger.",
+                                        " looks braver.",
                                         " becomes somewhat translucent.",
                                         "'s eyes start to glow." };
 
-- 
1.8.3.4
Issue History
2013-07-28 19:22 chris New Issue
2013-07-28 20:38 neil Note Added: 0023584
2013-07-28 20:38 neil Status new => resolved
2013-07-28 20:38 neil Fixed in Branch => 0.13 development branch
2013-07-28 20:38 neil Resolution open => done
2013-07-28 20:38 neil Assigned To => neil
2013-07-28 20:42 chris Status resolved => closed

Notes
(0023584)
neil   
2013-07-28 20:38   
Applied in trunk (0.13-a0-2545-gd8946ff), thanks!