mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
Updates to g_cmds.c
This commit is contained in:
parent
2763fd4b8d
commit
f2b05eb994
1 changed files with 2 additions and 1 deletions
|
@ -413,8 +413,9 @@ static void Cmd_Give_f(gentity_t *ent) {
|
|||
}
|
||||
|
||||
//What the absolute fudge?! What the hell is causing the EVA Suit to activate!?
|
||||
if (!(ent->flags & FL_EVOSUIT))
|
||||
if ((ent->flags & FL_EVOSUIT) == 0) {
|
||||
ps->powerups[PW_EVOSUIT] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue