Update docs/guides/modding-guide.rst

Co-authored-by: Myk <myk002@yahoo.com>
develop
Tachytaenius 2022-06-21 12:58:29 +01:00 committed by GitHub
parent 88a9755d78
commit 92ab6b1052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ What kind of things can we make?
Lots of things, and the list grows as more and more hooks and tools are developed within DFHack. You can modify behaviours by cleverly watching and modifying certain areas of the game with functions that run on every tick or by using hooks. Familiarising yourself with the many structs oof the game will help with ideas immensely, and you can always ask for help in the right places (e.g. DFHack's Discord).
You will need to know Lua for the scripting guides herein.
DFHack scripts are written in Lua. If you don't already know Lua, there's a great primer at <link>.
A script-maker's environment
----------------------------