New commits:
commit cff58884a99fd181f0febf999006b58bd1404ab2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
scribbler: fixed message when scribbling from a missing grimoire #14353
diff --git a/ChangeLog b/ChangeLog
index 01bfcd2..12e2731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * scribbler: fixed message when scribbling from a missing grimoire
#14353
+
2008-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* cleanse: broken runtime providers don't need to be recast if
switched
don't display cast/dispel commands if none are needed and print a
diff --git a/usr/sbin/scribbler b/usr/sbin/scribbler
index 1d0259e..3e80049 100755
--- a/usr/sbin/scribbler
+++ b/usr/sbin/scribbler
@@ -135,7 +135,7 @@ function validate_and_parse_args() {
## Set and validate the from-grimoire name
if ! FROM_GRIMOIRE_DIRECTORY=$(codex_find_grimoire $3) ; then
message "${PROBLEM_COLOR}The grimoire you specified" \
- "(${SPELL_COLOR}${2}${PROBLEM_COLOR}) can not be" \
+ "(${SPELL_COLOR}${3}${PROBLEM_COLOR}) can not be" \
"found.${DEFAULT_COLOR}"
exit 1
fi
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cff58884a99fd181f0febf999006b58bd1404ab2),
Jaka Kranjc, 03/07/2008