From 1388bc53f58a63b2dc673bf143d6d727f22d9568 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Fri, 26 Aug 2022 15:51:24 -0700 Subject: [PATCH] monster_scientist: Fix them not bleeding. --- src/server/monster_scientist.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/monster_scientist.qc b/src/server/monster_scientist.qc index 4215ce4..e3533a7 100644 --- a/src/server/monster_scientist.qc +++ b/src/server/monster_scientist.qc @@ -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; }