atheme / atheme-contrib-modules

Community-supported modules for Atheme
https://atheme.github.io/
Other
33 stars 39 forks source link

Fix backwards game logic #30

Closed WindowsUser closed 8 years ago

WindowsUser commented 9 years ago

The way it was previously setup, it would kill most of the time because "click" would only be selected in 1/6 cases (when rand() % 6 == 0). As the game was originally written, there is only one bullet not five in the barrel.

kaniini commented 9 years ago

This is rejected for Atheme as we have no plans to update the included contributed modules. We suggest contacting a downstream fork, such as Shalture, ChatServices or Zohlai with your contribution.

WindowsUser commented 8 years ago

Given that Atheme is returning to live development, can this PR be reconsidered?

maxteufel commented 8 years ago

This can certainly be reconsidered and looks good to merge.