Skip to content

Commit

Permalink
Merge branch 'main' into Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lamonato29 authored Mar 6, 2024
2 parents 041ff42 + 17ae8a7 commit 156a2ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local explosivePresent = Action()
function explosivePresent.onUse(player, item, fromPosition, target, toPosition, isHotkey)
player:say("KABOOOOOOOOOOM!", TALKTYPE_MONSTER_SAY)
player:getPosition():sendMagicEffect(CONST_ME_FIREAREA)
player:addAchievement("Joke's on You")
item:remove()
return true
end
Expand Down

0 comments on commit 156a2ad

Please sign in to comment.