Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 3:29:46 PM (17 years ago)
Author:
nicolasc
Message:

bump: black acid splash

File:
1 edited

Legend:

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

    r10332 r10333  
    176176  spike->setName( "SpikeThrower" );
    177177
    178 //  Weapon* spike2 = new SpikeLauncher();
    179 //  spike2->setName( "SpikeLauncher" );
    180 
    181   /*
     178
    182179  Weapon* acid0 = new AcidLauncher();
    183180  acid0->setName( "AcidSplasher" );
     
    185182  Weapon* acid1 = new AcidLauncher();
    186183  acid1->setName( "AcidSplasher" );
    187   */
     184
    188185
    189186  this->weaponMan.addWeapon( wpLeft1, 0, 0);
     
    195192  this->weaponMan.addWeapon( wpLeft3, 2, 4);
    196193  this->weaponMan.addWeapon( wpRight3, 2, 5);
    197 
     194/*
    198195  this->weaponMan.addWeapon( wpLeft1, 3, 0);
    199196  this->weaponMan.addWeapon( wpRight1, 3, 1);
     
    204201  this->weaponMan.addWeapon( wpLeft3, 3, 4);
    205202  this->weaponMan.addWeapon( wpRight3, 3, 5);
    206 
    207   /*
    208   this->weaponMan.addWeapon( acid0, 0, 6);
    209   this->weaponMan.addWeapon( acid1, 0, 7);
    210   */
     203*/
     204
     205  this->weaponMan.addWeapon( acid0, 3, 0);
     206  this->weaponMan.addWeapon( acid1, 3, 1);
     207
    211208
    212209  this->secWeaponMan.addWeapon( cannon, 0, 2);
     
    216213
    217214
    218   this->weaponMan.changeWeaponConfig(0);
     215  this->weaponMan.changeWeaponConfig(3);
    219216  this->secWeaponMan.changeWeaponConfig(1);
    220217
    221   curWeaponPrimary    = 3;
    222   curWeaponSecondary  = 0;
     218  curWeaponPrimary    = 0;
     219  curWeaponSecondary  = 1;
    223220
    224221  Playable::weaponConfigChanged();
Note: See TracChangeset for help on using the changeset viewer.