mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-03 17:32:26 +00:00
- fixed explosive damage radius for clericflame.
This was fixed before but must have gotten lost somehow...
This commit is contained in:
parent
4f034950be
commit
dc7ba3778d
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class CircleFlame : Actor
|
||||||
Stop;
|
Stop;
|
||||||
Death:
|
Death:
|
||||||
CFCF QR 3 Bright;
|
CFCF QR 3 Bright;
|
||||||
CFCF S 3 Bright A_Explode(20, 20, 0);
|
CFCF S 3 Bright A_Explode(20, 128, 0);
|
||||||
CFCF TUVWXYZ 3 Bright;
|
CFCF TUVWXYZ 3 Bright;
|
||||||
Stop;
|
Stop;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue