1 2 3 4 5 6 7 8 9 10 |
# Maybe helper yield if rand > likelyhood end # Example of its use results = perform_battle_action maybe do (results) end |
1 2 3 4 5 6 7 8 9 10 |
# Maybe helper yield if rand > likelyhood end # Example of its use results = perform_battle_action maybe do (results) end |