From dbf68e3f2c39c1a42d5dd31f3a49e149d2ee34d6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 30 May 2013 21:07:29 +0000 Subject: [PATCH] - fixed the Peasants DECORATE definition. SVN r4298 (trunk) --- wadsrc/static/actors/strife/peasants.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wadsrc/static/actors/strife/peasants.txt b/wadsrc/static/actors/strife/peasants.txt index c0e988558f..e7bbdadcf4 100644 --- a/wadsrc/static/actors/strife/peasants.txt +++ b/wadsrc/static/actors/strife/peasants.txt @@ -12,6 +12,8 @@ ACTOR Peasant : StrifeHumanoid +FRIENDLY -COUNTKILL +NOSPLASHALERT + +FLOORCLIP + +JUSTHIT MinMissileChance 150 MaxStepHeight 16 MaxDropoffHeight 32 @@ -27,7 +29,7 @@ ACTOR Peasant : StrifeHumanoid Loop See: PEAS AABBCCDD 5 A_Wander - Loop + Goto Spawn Melee: PEAS E 10 A_FaceTarget PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)