Fix undefined labels

develop
vallode 2023-11-12 21:16:28 +01:00
parent b0729c78e8
commit e70adf1692
1 changed files with 2 additions and 2 deletions

@ -1814,11 +1814,11 @@ World module
* ``dfhack.world.ReadCurrentWeather()``
Returns the current game weather (`df.weather_type`).
Returns the current game weather (``df.weather_type``).
* ``dfhack.world.SetCurrentWeather(weather)``
Sets the current game weather to `weather`.
Sets the current game weather to ``weather``.
* ``dfhack.world.ReadWorldFolder()``