Adds IsBlind() and IsFeared() functionality to Perl and Lua.

This commit is contained in:
Kinglykrab
2015-12-14 14:57:03 -05:00
parent ee644f7b3e
commit 6949f29295
4 changed files with 70 additions and 1 deletions
+2
View File
@@ -40,6 +40,8 @@ public:
void SetLevel(int level, bool command);
void SendWearChange(int material_slot);
bool IsMoving();
bool IsFeared();
bool IsBlind();
void GotoBind();
void Gate();
bool Attack(Lua_Mob other);