mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-29 15:12:11 +00:00
- fixed bad variable assignment in Heresiarch.
This commit is contained in:
parent
0bdc2f59ad
commit
748b1a6f66
1 changed files with 2 additions and 2 deletions
|
@ -698,8 +698,8 @@ class SorcBall2 : SorcBall
|
|||
|
||||
Actor parent = target;
|
||||
Actor mo = Spawn("SorcFX2", Pos + (0, 0, parent.Floorclip + Heresiarch.SORC_DEFENSE_HEIGHT), ALLOW_REPLACE);
|
||||
bReflective = true;
|
||||
bInvulnerable = true;
|
||||
parent.bReflective = true;
|
||||
parent.bInvulnerable = true;
|
||||
parent.args[0] = Heresiarch.SORC_DEFENSE_TIME;
|
||||
if (mo) mo.target = parent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue