mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-21 00:41:03 +00:00
commit
1723e0f625
2 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue