Make Demo have a pained default expression at low HP.
This commit is contained in:
parent
f69e02735d
commit
96fff41826
3 changed files with 4 additions and 4 deletions
|
|
@ -100,7 +100,7 @@ extend Class SWWMStatusBar
|
|||
return 4;
|
||||
break;
|
||||
}
|
||||
return 2;
|
||||
return (CPlayer.Health<=25)?17:2;
|
||||
}
|
||||
|
||||
private void DrawMugshot()
|
||||
|
|
|
|||
|
|
@ -155,6 +155,6 @@ extend Class Demolitionist
|
|||
return 1;
|
||||
break;
|
||||
}
|
||||
return 4;
|
||||
return (player.Health<=25)?13:4;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue