Discard "Rocket Arena" in favor of "OmegA Weapon Arena"

This commit is contained in:
Izuru Yakumo
2025-07-18 16:51:40 -03:00
parent 45159a68b7
commit e08a0e41e4
13 changed files with 187 additions and 73 deletions

View File

@@ -269,7 +269,7 @@ static void CG_TouchItem( centity_t *cent ) {
//normally we can
canBePicked = qtrue;
//But in instantgib, rocket arena, and CTF_ELIMINATION we normally can't:
//But in instantgib, weapon arena, and CTF_ELIMINATION we normally can't:
if(cgs.nopickup || cgs.gametype == GT_CTF_ELIMINATION)
canBePicked = qfalse;