From ea4a4f960dece9554a90157938db341c483f352d Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Mon, 26 Jul 2010 17:56:06 +0000 Subject: [PATCH] Add move_type to various summoned creatures. This fixes (at least partially) bug #2791003. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13516 282e977c-c81d-0410-88c4-b93c2d0d6712 --- spell/Golem/avatar.arc | 1 + spell/Golem/golem.arc | 1 + 2 files changed, 2 insertions(+) diff --git a/spell/Golem/avatar.arc b/spell/Golem/avatar.arc index d13c51c22..07564d117 100644 --- a/spell/Golem/avatar.arc +++ b/spell/Golem/avatar.arc @@ -17,4 +17,5 @@ speed 0.25 resist_magic 100 exp 1000 weight 200000 +move_type walk end diff --git a/spell/Golem/golem.arc b/spell/Golem/golem.arc index 16a8fe159..c85582a95 100644 --- a/spell/Golem/golem.arc +++ b/spell/Golem/golem.arc @@ -14,4 +14,5 @@ level 4 speed 0.1 exp 65 weight 200000 +move_type walk end