From ab9badefd3cd8c76d56b33e13c7fb2243537a675 Mon Sep 17 00:00:00 2001 From: KPhoenix Date: Thu, 7 Mar 2024 17:16:04 -0500 Subject: [PATCH] clang ffs --- Source/monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.h b/Source/monster.h index dce396ed9ad..29e39a8b518 100644 --- a/Source/monster.h +++ b/Source/monster.h @@ -439,7 +439,7 @@ struct Monster { // note: missing field _mAFNum [[nodiscard]] bool isPlayerMinion() const; /** * Can the player damage this monster? - */ + */ [[nodiscard]] bool canPlayerDamage(const Player &player) const; bool isPossibleToHit() const;