changeset 65:0fc92cc675fc

Report target name on resist reporting
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 25 Sep 2005 07:21:18 +0000
parents 5907aa62768e
children 5c7192f709cc
files ggrtf-magical.tf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-magical.tf	Sat Sep 24 17:54:14 2005 +0000
+++ b/ggrtf-magical.tf	Sun Sep 25 07:21:18 2005 +0000
@@ -189,7 +189,7 @@
 	/set battle_sname=%;\
 	/echo -p @{BCyellow}%{resist_name}@{n} %{resist_col}%{resist_str}@{n} @{BCcyan}%{resist_type}@{n} (@{BCwhite}%{resist_val}%%@{n} resist)%;\
 	/if ({opt_rresist}=~"on") \
-		/msr %{resist_val}%% %{resist_type} resist%;\
+		/msr [%{resist_name}] %{resist_val}%% %{resist_type} resist%;\
 	/endif
 
 ;	/let resist_type=$[prexeconreturn({lst_spresists},{battle_sname})]%;\