no more funy fflog joke

This commit is contained in:
goat 2021-04-01 01:44:43 +02:00
parent a132170501
commit d94beb85c4

View file

@ -400,7 +400,7 @@ namespace Dalamud
break; break;
case TippyState.Parse: case TippyState.Parse:
//Process.Start("https://na.finalfantasyxiv.com/jobguide/pvp/"); Process.Start("https://na.finalfantasyxiv.com/jobguide/pvp/");
this.showTippyButton = false; this.showTippyButton = false;
this.tippyText = string.Empty; this.tippyText = string.Empty;
@ -606,7 +606,8 @@ namespace Dalamud
PlayChord(); PlayChord();
} }
else if (choice == 4 || choice == 6) /*
else if (choice == 4)
{ {
this.tippyState = TippyState.Parse; this.tippyState = TippyState.Parse;
this.tippyText = "It seems like you are parsing grey.\n\nDo you want me to help you play your\njob better?"; this.tippyText = "It seems like you are parsing grey.\n\nDo you want me to help you play your\njob better?";
@ -617,6 +618,7 @@ namespace Dalamud
PlayChord(); PlayChord();
} }
*/
else else
{ {
this.tippyText = generalTip; this.tippyText = generalTip;