Created
June 28, 2018 17:11
-
-
Save jyrkive/ed63aa0053f69d6f13060dbb8da05fba 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 weathers = {"clear", "drought", "rain", "snowfall"} | |
local roll = wesnoth.random(4) | |
weather_id = weathers[roll] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment