Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 5:33:19 PM (17 years ago)
Author:
nicolasc
Message:

bump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10217 r10224  
    175175  cannon->setName( "SwarmLauncher");
    176176
    177   Weapon* spike = new SpikeLauncher();
     177  Weapon* spike = new SpikeThrower();
    178178  spike->setName( "SpikeThrower" );
    179179
     180  Weapon* spike2 = new SpikeLauncher();
     181  spike->setName( "SpikeLauncher" );
    180182
    181183  this->weaponMan.addWeapon( wpLeft1, 0, 0);
     
    199201  this->secWeaponMan.addWeapon( cannon, 0, 0);
    200202  this->secWeaponMan.addWeapon( spike, 1, 1);
     203  this->secWeaponMan.addWeapon( spike2, 2, 2);
    201204
    202205 
     
    205208
    206209  curWeaponPrimary    = 3;
    207   curWeaponSecondary  = 0;
     210  curWeaponSecondary  = 2;
    208211
    209212  Playable::weaponConfigChanged();
Note: See TracChangeset for help on using the changeset viewer.