From 8c93177f1d07a51ebeefbe19b3d657f245d4fa6c Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 14 Aug 2015 16:33:34 -0400 Subject: [PATCH] No need to document documentation updates --- NEWS | 1 - scripts/points.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 11935062d..f364bdb3e 100644 --- a/NEWS +++ b/NEWS @@ -75,7 +75,6 @@ DFHack Future memview: Fixed display issue nyan: Can now be stopped with dfhack-run quicksave: Restricted to fortress mode - README: documented show/hide command, startdwarf.rb remotefortressreader: Exposes more information search: - Supports noble suggestion screen (e.g. suggesting a baron) diff --git a/scripts/points.lua b/scripts/points.lua index f39009c8a..0bedd2074 100644 --- a/scripts/points.lua +++ b/scripts/points.lua @@ -1,3 +1,3 @@ -- by Meph -- http://www.bay12forums.com/smf/index.php?topic=135506.msg4925005#msg4925005 -df.global.world.worldgen.worldgen_parms.embark_points=tonumber(...) \ No newline at end of file +df.global.world.worldgen.worldgen_parms.embark_points=tonumber(...)