monster_scientist: Fix them not bleeding.

This commit is contained in:
Marco Cawthorne 2022-08-26 15:51:24 -07:00
parent d1f24b423f
commit 1388bc53f5
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -352,4 +352,5 @@ monster_scientist::monster_scientist(void)
base_maxs = [16,16,72];
base_health = Skill_GetValue("scientist_health", 20);
precache_model(model);
iBleeds = true;
}