1
0

Change SpreadSource documentation

This commit is contained in:
Howaner 2014-03-16 22:28:53 +01:00
parent 9c46112486
commit 9ac3e3405a
2 changed files with 6 additions and 6 deletions

View File

@ -2771,7 +2771,7 @@ end
}, },
SpreadSource = SpreadSource =
{ {
Include = "^es.*", Include = "^ss.*",
TextBefore = [[ TextBefore = [[
These constants are used to differentiate the various sources of spreads. They are used in These constants are used to differentiate the various sources of spreads. They are used in
the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook. the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.

View File

@ -12,11 +12,11 @@ return
depends on the source kind: depends on the source kind:
<table> <table>
<tr><th>Source</th><th>Notes</th></tr> <tr><th>Source</th><th>Notes</th></tr>
<tr><td>esFireSpread</td><td>Fire spreading</td></tr> <tr><td>ssFireSpread</td><td>Fire spreading</td></tr>
<tr><td>esGrassSpread</td><td>Grass spreading</td></tr> <tr><td>ssGrassSpread</td><td>Grass spreading</td></tr>
<tr><td>esMushroomSpread</td><td>Mushroom spreading</td></tr> <tr><td>ssMushroomSpread</td><td>Mushroom spreading</td></tr>
<tr><td>esMycelSpread</td><td>Mycel spreading</td></tr> <tr><td>ssMycelSpread</td><td>Mycel spreading</td></tr>
<tr><td>esVineSpread</td><td>Vine spreading</td></tr> <tr><td>ssVineSpread</td><td>Vine spreading</td></tr>
</table></p> </table></p>
]], ]],
Params = Params =