File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ Special-purpose tags for ball devices include:
622
622
device receiving balls from the playfield which it then immediately
623
623
kicks over to a "trough" device which holds the balls that are not
624
624
in play.
625
- \+ `no-eject-on-ballsearch` - Specifies that this device should
625
+ * `no-eject-on-ballsearch` - Specifies that this device should
626
626
never attempt to eject a ball as a result of ball search, even when
627
627
idle and containing no balls.
628
628
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ Special-purpose tags for switches include:
291
291
and [flipper_cancel](../events/flipper_cancel.md) events if your cabinet flipper buttons are tagged with
292
292
their respective flippers. With MPF 0.80, the built-in high_score mode and slide hook onto these two flipper tags
293
293
to control character selection and submission.
294
+ * `no_audit` and `no_audit_free` - The MPF switch auditor will not create audits for switches using these tags.
295
+ The `no_audit` will exclude the switch in all cases, and `no_audit_free` will only exclude the switch while in free play.
294
296
295
297
# ### Tags for optional built-in modes
296
298
You can’t perform that action at this time.
0 commit comments