Blue armor? Guess I shouldn't code too late at night...

This commit is contained in:
Brian Koropoff 2002-08-26 01:10:02 +00:00
parent 2658c3098f
commit 5595cb848b
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ CL_SetStat (int stat, int value)
else if (value & IT_ARMOR3)
arm = "red";
else
arm = "blue";
arm = "none";
GIB_Var_Set_Global ("player.armor.type", arm);
GIB_Var_Set_Global ("player.weapon.1", value & IT_AXE ? "1" : "0");
for (j = 0; j < 7; j++)