You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking through the code I believe this should potentially be added into a convar to set if this should be running or not.
-- Phantom139: Added a block here to add additional weight for "streaks" of not being a traitor.ifv:GetRoundsSinceTraitorCount() >=math.random(3, 5) thenlocalbonusWeight=math.floor(math.pow(1.75, v:GetRoundsSinceTraitorCount()))
v:AddWeight( bonusWeight )
print(v:GetName() .." was given " ..bonusWeight.." extra weight for being on a streak of not being the traitor. ( " ..v:GetRoundsSinceTraitorCount() .." rounds)")
end
This gives the server owner more control of what they want their server to be instead of forcing certain settings on them.
The text was updated successfully, but these errors were encountered:
While looking through the code I believe this should potentially be added into a convar to set if this should be running or not.
This gives the server owner more control of what they want their server to be instead of forcing certain settings on them.
The text was updated successfully, but these errors were encountered: