Merge pull request #1685 from moisterrific/patch-1
Fix for Vortex armor set stealth flicker bug...again
This commit is contained in:
commit
ef17fe2262
1 changed files with 2 additions and 0 deletions
|
|
@ -2103,6 +2103,8 @@ namespace TShockAPI
|
|||
|
||||
if (pulley[3])
|
||||
args.TPlayer.vortexStealthActive = true;
|
||||
else
|
||||
args.TPlayer.vortexStealthActive = false;
|
||||
|
||||
args.TPlayer.gravDir = pulley[4] ? 1f : -1f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue