Changed double tap dodge behavior when jumping is disallowed.
Added NOTELEPORT flag to many actors that might need it.
This commit is contained in:
parent
bffb685642
commit
640231d920
13 changed files with 52 additions and 6 deletions
|
|
@ -289,6 +289,7 @@ Class PulseBoltCap : Actor
|
|||
+NOCLIP;
|
||||
+DONTSPLASH;
|
||||
+FORCEXYBILLBOARD;
|
||||
+NOTELEPORT;
|
||||
Scale 0.3;
|
||||
}
|
||||
States
|
||||
|
|
@ -327,6 +328,7 @@ Class PulseBoltHit : Actor
|
|||
+NOCLIP;
|
||||
+DONTSPLASH;
|
||||
+FORCEXYBILLBOARD;
|
||||
+NOTELEPORT;
|
||||
Scale 0.3;
|
||||
}
|
||||
States
|
||||
|
|
@ -490,6 +492,7 @@ Class PulseBolt : Actor
|
|||
+NOCLIP;
|
||||
+DONTSPLASH;
|
||||
+INTERPOLATEANGLES;
|
||||
+NOTELEPORT;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue