summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/lm_mslav.lua
diff options
context:
space:
mode:
authorBookofjude <bookofjude@gmail.com>2009-11-03 16:18:30 +1000
committerBookofjude <bookofjude@gmail.com>2009-11-03 16:21:58 +1000
commit7e4e5ebd6a2bbdf21037b1089b1ad96fa439985e (patch)
treea5ba69e9f902173340ff697847373eff2018177d /crawl-ref/source/dat/clua/lm_mslav.lua
parent0addd910ea1fec2edab2a0672cd086ee83c19f67 (diff)
downloadcrawl-ref-7e4e5ebd6a2bbdf21037b1089b1ad96fa439985e.tar.gz
crawl-ref-7e4e5ebd6a2bbdf21037b1089b1ad96fa439985e.zip
Chained FogMachine convenience function, documentation, minor corrections.
chained_fog_machine now performs relevant lmark.synchronized_markers modification to fog machines. Provided documentation for this. Cleaned up volcano.des, removed some unused functions and fixed some line lengths, other minor corrections.
Diffstat (limited to 'crawl-ref/source/dat/clua/lm_mslav.lua')
-rw-r--r--crawl-ref/source/dat/clua/lm_mslav.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/clua/lm_mslav.lua b/crawl-ref/source/dat/clua/lm_mslav.lua
index 141dea7521..b601028d5c 100644
--- a/crawl-ref/source/dat/clua/lm_mslav.lua
+++ b/crawl-ref/source/dat/clua/lm_mslav.lua
@@ -6,6 +6,9 @@
-- positions.
--
-- API: lmark.synchronized_markers(<marker>, <trigger-function-names>)
+--
+-- (Some markers may already provide convenience functionality for the
+-- synchronized_markers call, so check the relevant marker file.)
--
-- Usage:
-- ------
@@ -154,4 +157,4 @@ function lmark.synchronized_markers(master, ...)
return lmark.make_slave(slave_id)
end
end
-end \ No newline at end of file
+end