Skip to content

Commit

Permalink
Blue effect for blue glyphs #392
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jul 16, 2024
1 parent 4ff5f21 commit 667347c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magic/arcane/enchanting/effects/hydor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function M.reduceManaCost(user)
local success = shared.activateGlyph(user, "hydor", chance, 1)

if success then
world:gfx( globalvar.gfxSPLASH, user.pos)
world:gfx( globalvar.gfxSCOTTY, user.pos)
return true
end

Expand Down
2 changes: 1 addition & 1 deletion magic/arcane/enchanting/effects/tan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function M.reduceCastTime(user)
local success = shared.activateGlyph(user, "tan", chance, 1)

if success then
world:gfx( globalvar.gfxSPLASH, user.pos)
world:gfx( globalvar.gfxSCOTTY, user.pos)
return true
end

Expand Down

0 comments on commit 667347c

Please sign in to comment.