Skip to content

Commit 55c289e

Browse files
author
Francis Veilleux-Gaboury
committed
Add a note about doNothing() in effects documentation.
1 parent 2eea2cf commit 55c289e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/2- Card Library - Effects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Various triggers are available for actions to be applied on.
7171
- Works on all cards.
7272
- This is a sub-trigger and picks `n` actions from the available list whenever the trigger is activated.
7373
- Note that the available actions list (but not individual actions) need to be enclosed in parentheses rather than curly brackets.
74+
- There is a special `doNothing()` value that can be used where there will be no action performed if that action block is picked.
7475

7576
**NOTE**: Please see the examples below for valid actions inside `pick n atRandom` blocks. The examples will be updated as new actions are made available.
7677

0 commit comments

Comments
 (0)