Skip to content

Commit d2a4769

Browse files
S1M0N38Copilot
andcommitted
fix: update debuff name in game state
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1ec66f commit d2a4769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function utils.get_game_state()
324324
config = {
325325
center_key = card.config.center_key,
326326
},
327-
debuf = card.debuff,
327+
debuff = card.debuff,
328328
facing = card.facing,
329329
highlighted = card.highlighted,
330330
}

0 commit comments

Comments
 (0)