Advertising
advertising
related pastes to tag 'awesomo'
- 649755 - Nifty: awesomo
-
- #!/usr/bin/ruby
- # Copyright Chad Lucas 2007
- # Anyone may use this code for any project except the dutch.
- def roll(dice, roof, difficulty)
- return 0 if dice == 0
- dice -= 1
- 649738 - whitewolf roller: awesomo
-
- #!/usr/bin/ruby
- # Copyright Chad Lucas 2007
- # Anyone may use this code for any project except the dutch.
- def roll(dice, roof, difficulty)
- if dice == 0
- return 0
- end