From 5b6bed6b00a4337092920684461328901c4cb6f0 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 18 Dec 2020 20:49:36 +0000 Subject: Improve Enderman targeting * Fix look angle checks * Do LOS trace from eye-height --- src/Mobs/Enderman.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Mobs/Enderman.h') diff --git a/src/Mobs/Enderman.h b/src/Mobs/Enderman.h index a4864a7f1..1e2a6f52e 100644 --- a/src/Mobs/Enderman.h +++ b/src/Mobs/Enderman.h @@ -27,9 +27,6 @@ public: BLOCKTYPE GetCarriedBlock(void) const {return m_CarriedBlock; } NIBBLETYPE GetCarriedMeta(void) const {return m_CarriedMeta; } - /** Returns if the current sky light level is sufficient for the enderman to become aggravated */ - bool CheckLight(void); - private: bool m_bIsScreaming; -- cgit v1.2.3