mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Fix crawler using wrong body model
This commit is contained in:
parent
4105d57c13
commit
cf9466ed0f
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void(entity who) makeCrawler =
|
|||
//who.th_grabledge = zombie_grabledge1;
|
||||
//who.th_diewunder = die_wunder1;
|
||||
|
||||
setmodel(who,"models/ai/zbc#.mdl");
|
||||
setmodel(who,"models/ai/zbc%.mdl");
|
||||
if(who.head.deadflag)
|
||||
{
|
||||
setmodel(who.head,"models/ai/zhc^.mdl");
|
||||
|
|
Loading…
Reference in a new issue