Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HandleAnglerService()

static void Terraria.GameContent.Achievements.AchievementsHelper.HandleAnglerService ( )
inlinestatic

Definition at line 376 of file AchievementsHelper.cs.

377 {
378 Main.Achievements.GetCondition("SERVANT_IN_TRAINING", "Finish").Complete();
379 ((CustomIntCondition)Main.Achievements.GetCondition("GOOD_LITTLE_SLAVE", "Finish")).Value++;
380 ((CustomIntCondition)Main.Achievements.GetCondition("TROUT_MONKEY", "Finish")).Value++;
381 ((CustomIntCondition)Main.Achievements.GetCondition("FAST_AND_FISHIOUS", "Finish")).Value++;
382 ((CustomIntCondition)Main.Achievements.GetCondition("SUPREME_HELPER_MINION", "Finish")).Value++;
383 }

References Terraria.Main.Achievements.

Referenced by Terraria.Main.GUIChatDrawInner().