Skip to content

Commit

Permalink
Update BeetleQuests.cs tags to include additional keywords for better…
Browse files Browse the repository at this point in the history
… searchability
  • Loading branch information
PUNK3DAF committed Feb 13, 2025
1 parent 51731e2 commit c308d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Seasonal/StaffBirthdays/Nulgath/BeetleQuests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
name: Beetle Quests and Rewards
description: This will complete the Beetle General Pet quest.
tags: quest, beetle, general, warlord, pet, staff, birthday, nulgath
tags: quest, beetle, general, warlord, pet, staff, birthday, nulgath, void beetle, void,void beetle warlord, beetle general
*/
//cs_include Scripts/CoreBots.cs
//cs_include Scripts/CoreStory.cs
Expand Down Expand Up @@ -151,7 +151,7 @@ public void GeneralRewards()
List<ItemBase> RewardOptions = Core.EnsureLoad(9076).Rewards;
RewardOptions.RemoveAll(item => item.Name == "Beetle EXP");
Core.AddDrop(Core.QuestRewards(9076));

foreach (ItemBase item in RewardOptions)
{
Core.FarmingLogger(item.Name, item.MaxStack);
Expand Down

0 comments on commit c308d0a

Please sign in to comment.