scavenger icon fix

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10415 4a71c877-e1ca-e34f-864e-861f7616d084
master
René Jürgens 2010-03-28 19:23:53 +00:00 committed by Git SVN Gateway
parent 1ef75c3559
commit d0b5f6b689
7 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -6,8 +6,8 @@ run
numCamTech int 114
initialPowerCl int 1000
initialPowerBa int 2000
initialPowerDe int 3000
initialPowerBa int 1500
initialPowerDe int 2000
camTech [0] RESEARCHSTAT "R-Comp-CommandTurret01"
camTech [1] RESEARCHSTAT "R-Comp-SynapticLink"

View File

@ -411,7 +411,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
if(multiPlayerBaseType == CAMP_CLEAN)
{
setPowerLevel(1300,playnum);
setPowerLevel(750,playnum);
count = 0;
while (count < numCleanTech)
{
@ -422,7 +422,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
}
else if(multiPlayerBaseType == CAMP_BASE)
{
setPowerLevel(2500,playnum);
setPowerLevel(1000,playnum);
count = 0;
while (count < numBaseTech)
{
@ -434,7 +434,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
else
{
setPowerLevel(2500,playnum);
setPowerLevel(1250,playnum);
count = 0;
while (count < numDefTech)
{

View File

@ -411,7 +411,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
if(multiPlayerBaseType == CAMP_CLEAN)
{
setPowerLevel(1300,playnum);
setPowerLevel(750,playnum);
count = 0;
while (count < numCleanTech)
{
@ -422,7 +422,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
}
else if(multiPlayerBaseType == CAMP_BASE)
{
setPowerLevel(2500,playnum);
setPowerLevel(1000,playnum);
count = 0;
while (count < numBaseTech)
{
@ -434,7 +434,7 @@ event initialisedEventTwo(CALL_GAMEINIT)
else
{
setPowerLevel(2500,playnum);
setPowerLevel(1250,playnum);
count = 0;
while (count < numDefTech)
{

View File

@ -6,8 +6,8 @@ run
numCamTech int 114
initialPowerCl int 1000
initialPowerBa int 2000
initialPowerDe int 3000
initialPowerBa int 1500
initialPowerDe int 2000
camTech [0] RESEARCHSTAT "R-Comp-CommandTurret01"
camTech [1] RESEARCHSTAT "R-Comp-SynapticLink"