Skip to content

Commit be2404a

Browse files
committed
fix typo
1 parent 7323d05 commit be2404a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/spooky.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ local choco5 = { --bloodsucker
449449
if context.destroying_card:is_suit("Hearts") or context.destroying_card:is_suit("Diamonds") then
450450
if pseudorandom(pseudoseed("cry_choco_blood")) < G.GAME.probabilities.normal / 3 then
451451
context.destroying_card.will_shatter = true
452-
local destroying_Card = context.destroying_card
452+
local destroying_card = context.destroying_card
453453
G.E_MANAGER:add_event(Event({
454454
func = function()
455455
if destroying_card then

0 commit comments

Comments
 (0)