Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 24, 2024
1 parent bb57808 commit ce69369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/arcane/oralCasting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local function castMagic(user, actionState, spell, portal)

if spell or portal then
if not magic.hasMageAttributes(user) or user:getQuestProgress(37) == 0 then --checking a quest status every time a character speaks will likely cause more lag than the other checks, hence why its the final check
user:inform("Du sprichst den Zauberspruch, aber nichts passiert, da dir die erforderliche magische Fähigkeit fehlt, um Zauber zu wirken.","You speak the incantation, but nothing happens as you do not have the requires magical prowess to cast spells.") --chatgpt german
user:inform("Du sprichst den Zauberspruch, aber nichts passiert, da dir die erforderliche magische Fähigkeit fehlt, um Zauber zu wirken.","You speak the incantation, but nothing happens as you do not have the required magical prowess to cast spells.") --chatgpt german
return -- user is not a mage
end
end
Expand Down

0 comments on commit ce69369

Please sign in to comment.