Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2015, 7:33:37 PM (10 years ago)
Author:
meggiman
Message:
 
Location:
code/branches/weaponFS15/src/modules/weapons/munitions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.cc

    r10369 r10455  
    33 *
    44 *  Created on: Apr 16, 2015
    5  *      Author: meggiman
     5 *      Author: Manuel Eggimann
    66 */
    77#include "GravityBombMunition.h"
     
    1717                this->maxMunitionPerMagazine_ = 1;
    1818                this->maxMagazines_ = 30;
    19                 this->magazines_ = 10;
     19                this->magazines_ = 15;
    2020
    2121                this->bUseSeparateMagazines_ = false;
  • code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h

    r10369 r10455  
    1414namespace orxonox
    1515{
    16 
     16        /**
     17         * @class       GravityBombMunition
     18         *
     19         * @brief       This class is used to set the behaviour of various
     20         *                      munition specific attributes of the GravityBomb like max count of munition per magazine.
     21         *
     22         * @author      Manuel
     23         * @date        23.05.2015
     24         */
    1725        class _WeaponsExport GravityBombMunition : public Munition
    1826    {
Note: See TracChangeset for help on using the changeset viewer.