mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
no more funy fflog joke
This commit is contained in:
parent
a132170501
commit
d94beb85c4
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue