Accidentally implemented Demolisher.

Additional adjustments.
This commit is contained in:
Marisa the Magician 2019-09-18 03:41:49 +02:00
commit 6196e04160
28 changed files with 622 additions and 18 deletions

View file

@ -201,7 +201,7 @@ Class UPlayer : UTPlayer
dsp.pendingupgrade = 4;
else
{
dsp.upgradelevel = 4;
dsp.pendingupgrade = dsp.upgradelevel = 4;
dsp.MainUse = min(6,dsp.upgradelevel+1);
}
}