Skip to content

Commit

Permalink
Merge pull request #526 from Weijtmans/patch-1
Browse files Browse the repository at this point in the history
Fixed a minor typo in multiball_with_traditional_ball_lock.md
  • Loading branch information
avanwinkle authored Aug 16, 2024
2 parents a565bd4 + 479dd42 commit 27ddf4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ perspective the playfield always has only one ball in play.
Perhaps the two most common types of multiballs are *virtual-only* and *physical-only*. For *virtual-only* multiballs, you only need a `multiballs:` section to your config and a corresponding *start_event*. You do not need to configure a `multiball_locks:` section. Instead, a counter or *logic_block* is often used to track when the requirements for a multiball have been satisfied, such as a certain number of shots to the captive ball target in _Metallica_ for instance.

## Setting up a physical-only multiball
In order to use a physical lock in combination witha multiball, you just define a *ball_device* as well as define a *multiball_lock* within your config files. The *ball_device* must be listed as a `lock_device` within the settings of the `multiball_lock` config section.
In order to use a physical lock in combination with a multiball, you just define a *ball_device* as well as define a *multiball_lock* within your config files. The *ball_device* must be listed as a `lock_device` within the settings of the `multiball_lock` config section.

## Making sure the right number of balls are in play

Expand Down

0 comments on commit 27ddf4e

Please sign in to comment.