From ac318aaee8584b372084c53bb9ff6861155db17f Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Fri, 6 Feb 2015 13:52:56 -0800 Subject: [PATCH] Added subthought properly to add-thought. Not used much, but still very much a problem that it wasn't there. --- scripts/add-thought.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/add-thought.lua b/scripts/add-thought.lua index 2bd648edd..3739f85c7 100644 --- a/scripts/add-thought.lua +++ b/scripts/add-thought.lua @@ -30,6 +30,7 @@ validArgs = validArgs or utils.invert({ 'emotion', 'severity', 'strength', + 'subthought', 'gui' })