Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from SirBlockles/red
Browse files Browse the repository at this point in the history
Support for Enthusiast's Timepiece & Quackenbirdt Chargebars
  • Loading branch information
dalegaard authored Aug 23, 2019
2 parents fb177a2 + 7fe79fd commit d05efc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CastingEssentials/Modules/HUDHacking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const HUDHacking::ChargeBarInfo HUDHacking::s_ChargeBarInfo[(int)ChargeBarType::

ChargeBarInfo("spycicle", 2, "the Spy-cicle", "#TF_SpyCicle", 649, MeterType::Spycicle),
ChargeBarInfo("invis_watch", 1, "the Invis Watch", "#TF_Weapon_Watch", 30, MeterType::Cloak),
ChargeBarInfo("enthusiasts_timepiece", 1, "the Enthusiast's Timepiece", "#TF_Weapon_Watch", 297, MeterType::Cloak),
ChargeBarInfo("quackenbirdt", 1, "the Quackenbirdt", "#TF_Weapon_Watch", 947, MeterType::Cloak),
ChargeBarInfo("cloak_and_dagger", 1, "the Cloak and Dagger", "#TF_Unique_Achievement_CloakWatch", 60, MeterType::Cloak),
ChargeBarInfo("dead_ringer", 1, "the Dead Ringer", "#TF_Unique_Achievement_FeignWatch", 59, MeterType::Cloak),
};
Expand Down
2 changes: 2 additions & 0 deletions CastingEssentials/Modules/HUDHacking.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class HUDHacking final : public Module<HUDHacking>

Spycicle,
InvisWatch,
EnthusiastsTimepiece,
Quackenbirdt,
CloakAndDagger,
DeadRinger,

Expand Down

0 comments on commit d05efc9

Please sign in to comment.