Skip to content

Commit

Permalink
[release]: v1.3 Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Mar 30, 2021
1 parent 33d8038 commit e2aeec7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Steam_WorkShop_Description/Workshop-Text
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))

[i]Compatibility Issues[/i]

- None, for now, but let me know if you find any issues/bugs with other mutators
- Mutators that modify HP [i]will probably[/i] have issues with this one. Please test and report back!
- DO NOT USE If you are already using ServerTools! (ServerTools already has this feature!)

[h1][b][u]Class Names[/u][/b][/h1]
Expand All @@ -78,8 +78,8 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))

[h1][b][u]Manual Download Links (Recommended)[/u][/b][/h1]

You can find it under 'Whitelisted' folder named 'TraderBoostMut-v1.2'
You can find it under 'Whitelisted' folder named 'TraderBoostMut-v1.3'

- MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ

- Github: https://github.com/Vel-San/KF-TraderBoostMut/releases/tag/v1.2
- Github: https://github.com/Vel-San/KF-TraderBoostMut/releases/tag/v1.3
6 changes: 3 additions & 3 deletions TraderBoostMut/Classes/BoostMe.uc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Timer()
{
if (bGlobalMSG) class'TraderBoostMut'.default.Mut.CriticalServerMessage(sBoostEndMessage);
else class'TraderBoostMut'.default.Mut.ServerMessage(sBoostEndMessage);
Destroy();
Destroyed();
}

function Tick( float Delta )
Expand All @@ -50,12 +50,12 @@ function Tick( float Delta )
if (bGlobalMSG) class'TraderBoostMut'.default.Mut.CriticalServerMessage(sBoostEndMessage);
else class'TraderBoostMut'.default.Mut.ServerMessage(sBoostEndMessage);
Disable('Timer');
Destroy();
Destroyed();
}
if (Instigator==None || Instigator.Health <= 0)
{
Disable('Timer');
Destroy();
Destroyed();
}
}

Expand Down
2 changes: 1 addition & 1 deletion TraderBoostMut/Classes/TraderBoostMut.uc
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ defaultproperties
{
// Mandatory Vars
GroupName = "KF-TraderBoostMut"
FriendlyName = "Trader Booster - v1.2"
FriendlyName = "Trader Booster - v1.3"
Description = "Gives all players a speed boost on trader time; Made by Vel-San /w help of Marco"
}

0 comments on commit e2aeec7

Please sign in to comment.