Weapons allow NPCs to facestab

This commit is contained in:
Michael Cook (mackal)
2017-01-31 17:25:05 -05:00
parent da9792160d
commit d8519bc270
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -213,6 +213,7 @@ Mob::Mob(const char* in_name,
has_shieldequiped = false;
has_twohandbluntequiped = false;
has_twohanderequipped = false;
can_facestab = false;
has_numhits = false;
has_MGB = false;
has_ProjectIllusion = false;