mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- More Heretic DECORATE fixes.
SVN r1094 (trunk)
This commit is contained in:
parent
2ce3e1dd6a
commit
c42bc6af58
2 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ ACTOR BeakPowered : Beak
|
|||
|
||||
ACTOR ChickenPlayer : PlayerPawn native
|
||||
{
|
||||
Health 30
|
||||
Health 24
|
||||
ReactionTime 0
|
||||
PainChance 255
|
||||
Radius 16
|
||||
|
|
|
@ -187,7 +187,8 @@ ACTOR Sorcerer2
|
|||
// Sorcerer 2 FX 1 ----------------------------------------------------------
|
||||
|
||||
ACTOR Sorcerer2FX1
|
||||
{
|
||||
{
|
||||
SpawnID 145
|
||||
Radius 10
|
||||
Height 6
|
||||
Speed 20
|
||||
|
|
Loading…
Reference in a new issue