diff options
author | 2014-06-04 02:31:23 +0000 | |
---|---|---|
committer | 2014-06-04 02:31:23 +0000 | |
commit | e3558d6bdf8d7b193a2379366b7e76ed7d37ba7a (patch) | |
tree | 7236c8893595261b0b4789f92de499d614849a90 | |
parent | 8be6ad2590822c2235c64d39ee4a673376a5df97 (diff) |
peplus.c: Correct percentages for Treasure Chest bonus so it can equal 100% - NW
-rw-r--r-- | src/mame/drivers/peplus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/peplus.c b/src/mame/drivers/peplus.c index 945967a40e3..707e67798fe 100644 --- a/src/mame/drivers/peplus.c +++ b/src/mame/drivers/peplus.c @@ -4021,7 +4021,7 @@ Number Generated Award Odds Chance 1 through 12 500 3.00% 12 in 400 13 through 28 250 4.00% 16 in 400 29 through 88 180 15.00% 60 in 400 - 89 through 399 140 75.75% 311 in 400 + 89 through 399 140 77.75% 311 in 400 Overall average for the 4 of a Kind bonus is 173.35 credits |