Skip to content

Commit a86eaa6

Browse files
authored
Fix SMODS.scale_card LSP def (#1229)
1 parent bee7d59 commit a86eaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp_def/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ function SMODS.is_poker_hand_visible(handname) end
700700
function SMODS.is_eternal(card, trigger) end
701701

702702
---@param card Card|table
703-
---@param args? table|{ref_table: table, ref_value: string, scalar_value: string, scalar_table: table?, operation: string?}
703+
---@param args? table|{ref_table: table, ref_value: string, scalar_value: string, scalar_table: table?, operation: '+'|'X'|'-'|string|fun(ref_table: table, ref_value: string, initial: number, change: number)?, block_overrides: {value: boolean?, scalar: boolean?, message: boolean?}?, scaling_message: table?, message_key: string?, message_colour: table?, message_delay: number?, no_message: boolean?}
704704
---@return table? results
705705
--- Tells Jokers that this card is scaling allowing for scaling detection
706706
--- Can return scaling_value and scalar_value in results to change the scaling cards values

0 commit comments

Comments
 (0)