mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 03:41:03 +00:00
- fixed explosive damage radius for clericflame.
This was fixed before but must have gotten lost somehow...
This commit is contained in:
parent
2e869dd399
commit
53a34e5deb
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