Merge pull request #11 from ScatterBox/main

Fixing again
This commit is contained in:
Ian 2022-12-27 23:45:53 -05:00 committed by GitHub
commit 1723e0f625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -165,7 +165,7 @@ void() precaches =
precache_model ("models/ai/zbc#.mdl");
precache_model ("models/ai/zalc(.mdl");
precache_model ("models/ai/zarc(.mdl");
precache_model ("models/ai/zch^.mdl");
precache_model ("models/ai/zhc^.mdl");
// powerups
precache_model ("models/sprites/explosion.spr");

View file

@ -726,6 +726,7 @@ void Parse_Damage () = // DO NOT TOUCH
body_ent.usedent = self;
body_ent.bleedingtime = time + 2;
updateLimb (body_ent.head.owner, 0, world);
}
}