changeset 1463:66e4a4364801 rel-0_6_17_5

Clarify some informational messages of Alexandra sleeve handling functionality.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Dec 2011 00:14:22 +0200
parents 3e6b0060c889
children aa55d3a79a38
files ggrtf.tf
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Tue Dec 27 00:07:59 2011 +0200
+++ b/ggrtf.tf	Tue Dec 27 00:14:22 2011 +0200
@@ -2719,10 +2719,10 @@
 	/endif%;\
 	/let _diff=$[status_hp - status_sp]%;\
 	/if (_diff < toy_sleeves_diff & _diff > toy_sleeves_min)\
-		/msq @{BCgreen}HP - SP diff < %{toy_sleeves_diff}, balancing ...@{n}%;\
+		/msq @{BCgreen}HP - SP diff (%{_diff}) < %{toy_sleeves_diff} limit, balancing ...@{n}%;\
 		/send @@balance%;\
 	/else \
-		/msq @{BCred}HP - SP diff > %{toy_sleeves_diff}, NOT BALANCING!@{n} (Use @{BCwhite}@@@@balance@{n} to force this action.)%;\
+		/msq @{BCred}HP - SP diff (%{_diff}) > %{toy_sleeves_diff} limit, NOT BALANCING!@{n} (Use @{BCwhite}@@@@balance@{n} to force this action.)%;\
 	/endif
 
 ;;@command /balance
@@ -2746,7 +2746,7 @@
 		/if (_diff < toy_sleeves_diff & _diff > toy_sleeves_min)\
 			/msq @{BCgreen}HP - SP diff = %{_diff}, OK TO BALANCE ...@{n}%;\
 		/else \
-			/msq @{BCred}HP - SP diff > %{toy_sleeves_diff} (%{_diff}), balance not favorable!@{n}%;\
+			/msq @{BCred}HP - SP diff (%{_diff}) > %{toy_sleeves_diff} limit, balance not favorable!@{n}%;\
 		/endif%;\
 	/else \
 		/msq Sleeves possibly not worn. If you are certain that they are, use @{BCwhite}@@@@balance@{n} to force action.%;\