mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- disabled the subtractive light for the spirits of Hexen's Wraithverge.
This commit is contained in:
parent
4619fc5622
commit
3e8395ddaf
1 changed files with 3 additions and 4 deletions
|
@ -337,7 +337,6 @@ object CFlameFloor
|
|||
// Wraithverge
|
||||
flickerlight GHOST
|
||||
{
|
||||
attenuate 1
|
||||
color 1.0 1.0 1.0
|
||||
size 84
|
||||
secondarysize 78
|
||||
|
@ -347,13 +346,13 @@ flickerlight GHOST
|
|||
|
||||
object HolyMissile
|
||||
{
|
||||
frame SPIRP { light GHOST }
|
||||
//frame SPIRP { light GHOST }
|
||||
}
|
||||
|
||||
object HolySpirit
|
||||
{
|
||||
frame SPIRA { light GHOST }
|
||||
frame SPIRB { light GHOST }
|
||||
//frame SPIRA { light GHOST }
|
||||
//frame SPIRB { light GHOST }
|
||||
}
|
||||
|
||||
// Mage wand
|
||||
|
|
Loading…
Reference in a new issue