irismessage / mario-wahoo

mario! wahoo! yippee! wa ya yah wahey!!
GNU General Public License v3.0
3 stars 0 forks source link

not enough wahoo #2

Closed MGDproductions closed 3 years ago

MGDproductions commented 3 years ago

not enough wahoo

irismessage commented 3 years ago

You can add more wahoo by adding your own weight to the rng, e.g.:

original code

clips = [
    '(itsame)mario',
    'wa',
    'waha',
    'whoa',
    'wohoo',
    'woo',
    'ya',
    'yah',
    'yahh',
    'yahoo',
    'yippee',
]

with weight

clips = [
    '(itsame)mario',
    'wa',
    'waha',
    'whoa',
    ('wohoo', 1000),
    'woo',
    'ya',
    'yah',
    'yahh',
    'yahoo',
    'yippee',
]