[Cleanup] Remove inWater from mob.h (#3069)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 20:23:56 -04:00 committed by GitHub
parent 4a3e6b5edc
commit dd184fa8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -401,7 +401,6 @@ Mob::Mob(
stunned = false;
silenced = false;
amnesiad = false;
inWater = false;
shield_timer.Disable();
m_shield_target_id = 0;

View File

@ -1683,7 +1683,6 @@ protected:
bool rooted;
bool silenced;
bool amnesiad;
bool inWater; // Set to true or false by Water Detection code if enabled by rules
bool offhand;
bool has_shieldequiped;
bool has_twohandbluntequiped;