diff options
Diffstat (limited to 'src/Mobs/Creeper.h')
-rw-r--r-- | src/Mobs/Creeper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Creeper.h b/src/Mobs/Creeper.h index 73243d11e..aea36def3 100644 --- a/src/Mobs/Creeper.h +++ b/src/Mobs/Creeper.h @@ -25,6 +25,7 @@ public: bool IsBlowing(void) const {return m_bIsBlowing; } bool IsCharged(void) const {return m_bIsCharged; } + bool IsBurnedWithFlintAndSteel(void) const {return m_BurnedWithFlintAndSteel; } private: |