Created
June 30, 2018 08:55
-
-
Save jyrkive/e72f042f8b51b16884f35f30cbe5d93a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local weather_names = {"clear", "snowfall"} | |
local weather_probabilities = {5, 1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment