msg: use StatusIcon message to detect if bot has a defusal kit (ref #589)
This commit is contained in:
parent
b0da38b2ab
commit
690c4d660c
2 changed files with 6 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue