Skip to content

Commit 6f02f5f

Browse files
committed
SMODS.debuff_card's 'reset' argument is deprecated
1 parent 6d4f62e commit 6f02f5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Utility.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ This function replaces `create_card`. It provides a cleaner interface to the sam
9999
#### `SMODS.debuff_card(card, debuff, source)`
100100
Allows manually setting and removing debuffs from cards.
101101
- `source` should be a unique identifier string. You must use the same source to remove a previously set debuff.
102-
- If `debuff` is the string `'reset'`, remove debuffs from all sources handled by this function.
103102
- If `debuff` is the string `'prevent_debuff'`, blocks all possible debuffs on the card until removed.
104103
- If `debuff` is another truthy value, set a debuff on the card.
105104
- If `debuff` is a falsy values, remove this debuff.

0 commit comments

Comments
 (0)