diff options
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 5e65240a..66e0f16a 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -246,14 +246,6 @@ void Cmd_Give_f (gentity_t *ent) return; } - if (give_all || Q_stricmp(name, "armor") == 0) - { - ent->client->ps.stats[STAT_ARMOR] = 200; - - if (!give_all) - return; - } - if( give_all || Q_stricmp( name, "funds" ) == 0 ) { ent->client->ps.persistant[ PERS_CREDIT ] += 123; |