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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -621,14 +621,14 @@ public class Buttons
621
621
622
622
newButtonInfo{buttonText="Tag Self",method=()=>Advantages.TagSelf(),disableMethod=()=>Movement.EnableRig(),toolTip="Attempts to tags yourself."},
623
623
624
-
newButtonInfo{buttonText="Tag Aura",method=()=>Advantages.PhysicalTagAura(),toolTip="Moves your hand into nearby players when tagged."},
624
+
newButtonInfo{buttonText="Tag Aura",method=()=>Advantages.TagAura(),toolTip="Moves your hand into nearby players when tagged."},
625
625
newButtonInfo{buttonText="Grip Tag Aura <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Advantages.GripTagAura(),toolTip="Moves your hand into nearby players when tagged and when holding <color=green>grip</color>."},
626
626
newButtonInfo{buttonText="Joystick Tag Aura <color=grey>[</color><color=green>J</color><color=grey>]</color>",method=()=>Advantages.JoystickTagAura(),toolTip="Moves your hand into nearby players when tagged and when pressing <color=green>joystick</color>."},
627
627
628
628
newButtonInfo{buttonText="Tag Aura Gun",method=()=>Advantages.TagAuraGun(),toolTip="Gives a player tag aura."},
629
629
newButtonInfo{buttonText="Tag Aura All",method=()=>Advantages.TagAuraAll(),toolTip="Gives all players tag aura."},
630
630
631
-
newButtonInfo{buttonText="Tag Reach",method=()=>Advantages.TagReach(),toolTip="Makes your hand tag hitbox larger."},
631
+
newButtonInfo{buttonText="Tag Reach",method=()=>Advantages.TagReach(),disableMethod=()=>GorillaTagger.Instance.maxTagDistance=1.2f,toolTip="Makes your hand tag hitbox larger."},
632
632
633
633
newButtonInfo{buttonText="Tag Gun",method=()=>Advantages.TagGun(),toolTip="Tags whoever your hand desires."},
634
634
newButtonInfo{buttonText="Flick Tag Gun",method=()=>Advantages.FlickTagGun(),toolTip="Moves your hand to wherever your hand desires in an attempt to tag whoever your hand desires."},
0 commit comments