mirror of
https://github.com/nzp-team/quakec.git
synced 2025-04-29 04:51:28 +00:00
SERVER: Reference correct morphine path
This commit is contained in:
parent
97e89385bc
commit
f3b8071ffe
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ void() CheckPlayer =
|
||||||
|
|
||||||
if (!self.progress_bar_percent) {
|
if (!self.progress_bar_percent) {
|
||||||
self.movetype = MOVETYPE_NONE;
|
self.movetype = MOVETYPE_NONE;
|
||||||
Set_W_Frame (0, 21, 0, 0, SPRINT, SUB_Null, "models/v_morphine.mdl", false, S_BOTH);
|
Set_W_Frame (0, 21, 0, 0, SPRINT, SUB_Null, "models/weapons/morphine/v_morphine.mdl", false, S_BOTH);
|
||||||
|
|
||||||
if !(self.perks & P_REVIVE)
|
if !(self.perks & P_REVIVE)
|
||||||
self.progress_bar_time = 4;
|
self.progress_bar_time = 4;
|
||||||
|
|
Loading…
Reference in a new issue