diff options
author | Tim Angus <tim@ngus.net> | 2001-06-30 16:49:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-06-30 16:49:55 +0000 |
commit | 0666485a027c9e6fa196882ef411542f554eb9f1 (patch) | |
tree | 7f5df03bf4ea2ae47abaa45eb05d0e91bdbe073b /src/game | |
parent | e832aa7a5c7f98e869b9d2bfc613a732324929cf (diff) |
Removed human armour (ie STAT_ARMOR)
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 88124c43..00677f0b 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -1974,7 +1974,7 @@ classAttributes_t bg_classList[ ] = { 15, 15, 4 }, 26, 12, 100, - 50, + 0, SCA_TAKESFALLDAMAGE|SCA_CANJUMP, 90, 0.002f, |