changeset 1361:4ac333d66158

Specifically use 'empty flask' and 'prepared flask' as targets in certain actions.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Mar 2011 21:30:51 +0200
parents 34af09c59561
children d97cf405902f
files gm-alchemist.tf
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gm-alchemist.tf	Sat Mar 19 16:17:50 2011 +0200
+++ b/gm-alchemist.tf	Sun Mar 20 21:30:51 2011 +0200
@@ -130,8 +130,8 @@
 	/set alch_st=1%;\
 	@@get %{alch_herb} from %{alch_jar}%;\
 	/set alch_process=$(/grepeat -14 1 /galch_get_organ)%;\
-	/msq Mixing potion from '%{alch_mineral}', '%{alch_organ}' and '%{alch_herb}'...%;\
-	@@use mix potion at flask use %{alch_mineral} %{alch_organ} %{alch_herb}
+	/msq @{BCwhite}Mixing potion from@{n} '@{BCyellow}%{alch_mineral}@{n}', '@{BCcyan}%{alch_organ}@{n}' and '@{BCgreen}%{alch_herb}@{n}'...%;\
+	@@use mix potion at prepared flask use %{alch_mineral} %{alch_organ} %{alch_herb}
 
 
 /def -i tmix =\
@@ -208,7 +208,7 @@
 	/endif
 
 /def -i -F -aCgreen -mregexp -t"^You submit the contents of a flask containing " galch_submit_done =\
-	@@drop flask%;\
+	@@drop empty flask%;\
 	/repeat -2 1 /galch_add_nomatch
 
 /gdef -i -F -aCgreen -msimple -t"You feel close..." galch_submit_close1 =\