diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 14770c16d..b20377958 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -3355,7 +3355,7 @@ Examples: * Using an eventful onReactionComplete hook, something for disturbing dwarven science:: - if customRawTokens.getToken(reaction, "EXAMPLE_MOD_CAUSES_INSTANITY") then + if customRawTokens.getToken(reaction, "EXAMPLE_MOD_CAUSES_INSANITY") then -- make unit who performed reaction go insane * Using an eventful onProjItemCheckMovement hook, a fast or slow-firing crossbow:: diff --git a/docs/changelog.txt b/docs/changelog.txt index 2cbf253d4..955298b47 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -57,7 +57,6 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - UX: You can now click on the hotkey hint text in many ``gui/`` script windows to activate the hotkey, like a button. Not all scripts have been updated to use the clickable widget yet, but you can try it in `gui/blueprint` or `gui/quickfort`. ## Documentation -- Made ``DFHACK_`` prefix in ``custom-raw-tokens``' documentation ``EXAMPLE_MOD_`` and explained why. ## API - Removed "egg" ("eggy") hook support (Linux only). The only remaining method of hooking into DF is by interposing SDL calls, which has been the method used by all binary releases of DFHack.