Merge pull request #533 from Putnam3145/patch-11

Added subthought properly to add-thought.
develop
Lethosor 2015-02-06 16:58:40 -05:00
commit 8bc9bcfcb1
2 changed files with 2 additions and 0 deletions

@ -2,6 +2,7 @@ DFHack Future
Internals Internals
Lua scripts will only be reloaded if necessary and will delete their old globals if the file was changed. Lua scripts will only be reloaded if necessary and will delete their old globals if the file was changed.
Fixes Fixes
Gave add-thought a proper subthought arg.
New Plugins New Plugins
New Scripts New Scripts
modtools/reaction-product-trigger: triggers callbacks when products are produced (contrast with when reactions complete) modtools/reaction-product-trigger: triggers callbacks when products are produced (contrast with when reactions complete)

@ -30,6 +30,7 @@ validArgs = validArgs or utils.invert({
'emotion', 'emotion',
'severity', 'severity',
'strength', 'strength',
'subthought',
'gui' 'gui'
}) })