abstract class choice

This commit is contained in:
ineedbots 2021-06-14 13:17:44 -06:00
parent 546b43e70a
commit 748d869951
2 changed files with 557 additions and 541 deletions

View File

@ -94,7 +94,7 @@ classWatch()
for(;;)
{
while(!isdefined(self.pers["team"]) || level.oldschool)
while(!isdefined(self.pers["team"]) || !allowClassChoice())
wait .05;
wait 0.5;
@ -115,7 +115,7 @@ teamWatch()
for(;;)
{
while(!isdefined(self.pers["team"]))
while(!isdefined(self.pers["team"]) || !allowTeamChoice())
wait .05;
wait 0.05;

File diff suppressed because it is too large Load Diff