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
Copy file name to clipboardExpand all lines: Menu/Buttons.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1816,6 +1816,17 @@ public static class Buttons
1816
1816
newButtonInfo{buttonText="Tag Lag Gun",method=Advantages.TagLagGun,toolTip="Forces tag lag on whoever your hand desires, letting them not be able to tag anyone."},
1817
1817
newButtonInfo{buttonText="Tag Lag",overlapText="Tag Lag All",enableMethod=()=>Advantages.SetTagCooldown(float.MaxValue),disableMethod=()=>Advantages.SetTagCooldown(5f),toolTip="Forces tag lag in the everyone in the room, letting no one get tagged."},
1818
1818
1819
+
newButtonInfo{buttonText="Unlock Driver",method=()=>Overpowered.DriverStatus(false),isTogglable=false,toolTip="Unlocks the driver in the virtual stump."},
1820
+
newButtonInfo{buttonText="Become Driver",method=()=>Overpowered.DriverStatus(true),isTogglable=false,toolTip="Makes you the driver in the virtual stump."},
1821
+
newButtonInfo{buttonText="Spaz Driver",method=Overpowered.SpazDriver,isTogglable=true,toolTip="Spaz makes and unmakes you the driver in the virtual stump."},
1822
+
1823
+
newButtonInfo{buttonText="Become Driver Gun",method=()=>Overpowered.DriverStatusGun(true),isTogglable=true,toolTip="Makes whoever your hand desires the driver in the virtual stump."},
1824
+
newButtonInfo{buttonText="Unlock Driver Gun",method=()=>Overpowered.DriverStatusGun(false),isTogglable=true,toolTip="Unlocks the driver for whoever your hand desires in the virtual stump."},
1825
+
newButtonInfo{buttonText="Spaz Driver Gun",method=Overpowered.SpazDriverStatusGun,isTogglable=true,toolTip="Spaz makes and unmakes whoever your hand desires the driver in the virtual stump."},
1826
+
1827
+
newButtonInfo{buttonText="Virtual Stump Kick Gun",method=Overpowered.VirtualStumpKickGun,isTogglable=false,toolTip="Kicks whoever your hand desires in the virtual stump."},
1828
+
newButtonInfo{buttonText="Virtual Stump Kick All",method=Overpowered.VirtualStumpKickAll,toolTip="Kicks everyone in the virtual stump."},
1829
+
1819
1830
newButtonInfo{buttonText="Bonk Sound Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Sound.BetaSoundSpam(4),toolTip="Plays the bonk sound when holding <color=green>grip</color>."},
1820
1831
newButtonInfo{buttonText="Count Sound Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Sound.BetaSoundSpam(1),toolTip="Plays the count sound when holding <color=green>grip</color>."},
1821
1832
newButtonInfo{buttonText="Brawl Count Sound Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Sound.BetaSoundSpam(6),toolTip="Plays the brawl count sound when holding <color=green>grip</color>."},
@@ -1903,17 +1914,6 @@ public static class Buttons
1903
1914
newButtonInfo{buttonText="Guardian Crash Gun",method=Overpowered.GuardianCrashGun,toolTip="Crashes whoever your hand desires."},
1904
1915
newButtonInfo{buttonText="Guardian Crash All <color=grey>[</color><color=green>T</color><color=grey>]</color>",method=Overpowered.GuardianCrashAll,toolTip="Crashes everyone in the room when holding <color=green>trigger</color>."},
1905
1916
1906
-
newButtonInfo{buttonText="Unlock Driver",method=()=>Overpowered.DriverStatus(false),isTogglable=false,toolTip="Unlocks the driver in the virtual stump."},
1907
-
newButtonInfo{buttonText="Become Driver",method=()=>Overpowered.DriverStatus(true),isTogglable=false,toolTip="Makes you the driver in the virtual stump."},
1908
-
newButtonInfo{buttonText="Spaz Driver",method=Overpowered.SpazDriver,isTogglable=true,toolTip="Spaz makes and unmakes you the driver in the virtual stump."},
1909
-
1910
-
newButtonInfo{buttonText="Become Driver Gun",method=()=>Overpowered.DriverStatusGun(true),isTogglable=true,toolTip="Makes whoever your hand desires the driver in the virtual stump."},
1911
-
newButtonInfo{buttonText="Unlock Driver Gun",method=()=>Overpowered.DriverStatusGun(false),isTogglable=true,toolTip="Unlocks the driver for whoever your hand desires in the virtual stump."},
1912
-
newButtonInfo{buttonText="Spaz Driver Gun",method=Overpowered.SpazDriverStatusGun,isTogglable=true,toolTip="Spaz makes and unmakes whoever your hand desires the driver in the virtual stump."},
1913
-
1914
-
newButtonInfo{buttonText="Virtual Stump Kick Gun",method=Overpowered.VirtualStumpKickGun,isTogglable=false,toolTip="Kicks whoever your hand desires in the virtual stump."},
1915
-
newButtonInfo{buttonText="Virtual Stump Kick All",method=Overpowered.VirtualStumpKickAll,toolTip="Kicks everyone in the virtual stump."},
1916
-
1917
1917
newButtonInfo{buttonText="Ghost Reactor Crash Gun",method=Overpowered.GhostReactorCrashGun,toolTip="Crashes whoever your hand desires in the ghost reactor."},
1918
1918
newButtonInfo{buttonText="Ghost Reactor Crash All",method=Overpowered.GhostReactorCrashAll,toolTip="Crashes everyone in the ghost reactor."},
0 commit comments