msg: use StatusIcon message to detect if bot has a defusal kit (ref #589)

This commit is contained in:
jeefo 2024-06-24 11:37:24 +03:00
commit 690c4d660c
No known key found for this signature in database
GPG key ID: D696786B81B667C8
2 changed files with 6 additions and 1 deletions

View file

@ -61,7 +61,8 @@ CR_DECLARE_SCOPED_ENUM (StatusIconCache,
Escape = cr::bit (2),
Rescue = cr::bit (3),
VipSafety = cr::bit (4),
C4 = cr::bit (5)
C4 = cr::bit (5),
Defuser = cr::bit (6)
)
class MessageDispatcher final : public Singleton <MessageDispatcher> {