Skip to content

Commit

Permalink
Merge branch 'sweetheart-to-core' of https://github.com/elsongabriel/…
Browse files Browse the repository at this point in the history
…canary into merge-branches
  • Loading branch information
elsongabriel committed Mar 15, 2024
2 parents 9dd31f9 + 8e184ca commit 20d3d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions data-otservbr-global/scripts/actions/other/sweet_heart.lua

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ local sweetheartRing = Action()
function sweetheartRing.onUse(player, item, fromPosition, target, toPosition, isHotkey)
if item == player:getSlotItem(CONST_SLOT_RING) then
player:getPosition():sendMagicEffect(CONST_ME_HEARTS)
return true
end
return false

return true
end

sweetheartRing:id(21955)
Expand Down

0 comments on commit 20d3d82

Please sign in to comment.