mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
- fixed the Peasants DECORATE definition.
SVN r4298 (trunk)
This commit is contained in:
parent
0bca41c202
commit
dbf68e3f2c
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ ACTOR Peasant : StrifeHumanoid
|
||||||
+FRIENDLY
|
+FRIENDLY
|
||||||
-COUNTKILL
|
-COUNTKILL
|
||||||
+NOSPLASHALERT
|
+NOSPLASHALERT
|
||||||
|
+FLOORCLIP
|
||||||
|
+JUSTHIT
|
||||||
MinMissileChance 150
|
MinMissileChance 150
|
||||||
MaxStepHeight 16
|
MaxStepHeight 16
|
||||||
MaxDropoffHeight 32
|
MaxDropoffHeight 32
|
||||||
|
@ -27,7 +29,7 @@ ACTOR Peasant : StrifeHumanoid
|
||||||
Loop
|
Loop
|
||||||
See:
|
See:
|
||||||
PEAS AABBCCDD 5 A_Wander
|
PEAS AABBCCDD 5 A_Wander
|
||||||
Loop
|
Goto Spawn
|
||||||
Melee:
|
Melee:
|
||||||
PEAS E 10 A_FaceTarget
|
PEAS E 10 A_FaceTarget
|
||||||
PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)
|
PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)
|
||||||
|
|
Loading…
Reference in a new issue