Skip to content

Commit

Permalink
wand magic is not a craft
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Aug 27, 2023
1 parent 74908b6 commit 8f7610b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion item/wands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function M.MoveItemAfterMove(User, SourceItem, TargetItem)
elseif not (User:getMagicType() == 0 and (User:getQuestProgress(37) ~= 0 or User:getMagicFlags(0) > 0)) then
if bit32.extract(questProgress, 30) == 0 then
User:inform("Um das Handwerk der Stabmagie zu erlernen, musst du drei Bücher über magische Theorie lesen. Sieh dir die Liste der Bücher in den Bibliotheken der Städte an.",
"To learn the craft of wand magic you must read three books on magical theory. Look for the list of books in your town's library.")
"To learn the art of wand magic you must read three books on magical theory. Look for the list of books in your town's library.")
end
end
else
Expand Down
2 changes: 1 addition & 1 deletion magic/learnMagic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function M.useMagicWand(user, sourceItem)
-- Has not read enough books
if bit32.extract(questProgress, 30) == 0 then
user:inform("Um das Handwerk der Stabmagie zu erlernen, musst du drei Bücher über magische Theorie lesen. Sieh dir die Liste der Bücher in den Bibliotheken der Städte.",
"To learn the craft of wand magic you must read three books of magical theory. Look for the list of books in your town's library.")
"To learn the art of wand magic you must read three books of magical theory. Look for the list of books in your town's library.")
return
end

Expand Down

0 comments on commit 8f7610b

Please sign in to comment.