Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2007, 9:53:07 AM (17 years ago)
Author:
nicolasc
Message:

some additional weapons, started weapons cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/space_ships/space_ship.cc

    r10644 r10648  
    2727#include "weapons/heavy_blaster.h"
    2828#include "weapons/rf_cannon.h"
     29#include "weapons/nadion_laser.h"
     30#include "weapons/disruptor.h"
    2931#include "weapons/swarm_launcher.h"
    3032#include "weapons/spike_thrower.h"
     
    166168  Weapon* wpLeft1 = new RFCannon ();
    167169  wpLeft1->setName( "RFCannon");
    168 
     170/*
    169171  Weapon* wpRight2 = new MediumBlaster ();
    170172  wpRight2->setName( "MediumBlaster");
    171173  Weapon* wpLeft2 = new MediumBlaster ();
    172   wpLeft2->setName( "MediumBlaster");
    173 
     174  wpLeft2->setName( "MediumBlaster");*/
     175
     176  Weapon* wpRight2 = new NadionLaser ();
     177  wpRight2->setName( "NadionLaser");
     178  Weapon* wpLeft2 = new NadionLaser ();
     179  wpLeft2->setName( "NadionLaser");
     180/*
    174181  Weapon* wpRight3 = new HeavyBlaster (1);
    175182  wpRight3->setName( "HeavyBlaster");
    176183  Weapon* wpLeft3 = new HeavyBlaster (0);
    177   wpLeft3->setName( "HeavyBlaster");
     184  wpLeft3->setName( "HeavyBlaster");*/
     185
     186  Weapon* wpRight3 = new Disruptor ();
     187  wpRight3->setName( "Disruptor");
     188  Weapon* wpLeft3 = new Disruptor ();
     189  wpLeft3->setName( "Disruptor");
    178190
    179191  Weapon* cannon = new SwarmLauncher();
Note: See TracChangeset for help on using the changeset viewer.