View Single Post
  #1  
Old 03-02-2008, 03:54 PM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default Divine Intervention text

I noticed in spell_effects.cpp the following:
Code:
			// WildcardX: If anyone finds out what the real text for this is suppose to be, please change it here.
			entity_list.MessageClose(this, false, 200, MT_CritMelee, "The Gods smile upon %s.", GetCleanName());
So I looked back over some of my logs and I found where I had been saved. I'm not positive that this is the correct text (and the log is from quite a while back) but I think it may be:

Code:
			entity_list.MessageClose(this, false, 200, MT_CritMelee, "%s has been rescued by divine intervention!", GetCleanName());

Last edited by KLS; 06-07-2008 at 01:01 AM..
Reply With Quote