From 6ca6cf011c7c94bba3a7b43abadfe50b78e434d9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Jun 2006 14:49:17 +0000 Subject: [PATCH] Fixed: StartConversation didn't check for a valid target. SVN r165 (trunk) --- zspecial.acs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zspecial.acs b/zspecial.acs index 041c2b9..473dae2 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -90,7 +90,7 @@ special 14:Door_Animated(3), 15:Autosave(0), 17:Thing_Raise(1), - 18:StartConversation(1), + 18:StartConversation(1,2), 33:ForceField(0), 34:ClearForceField(1), 38:Ceiling_Waggle(5),