Exemplo n.º 1
0
        // Function from file: robot_modules.dm
        public RobotEnergyStorage(Obj_Item_Weapon_RobotModule R = null)
        {
            this.energy = this.max_energy;

            if (R != null)
            {
                R.storages.Or(this);
            }
            return;
        }
Exemplo n.º 2
0
 public RobotEnergyStorage_Medical(Obj_Item_Weapon_RobotModule R = null) : base(R)
 {
 }
Exemplo n.º 3
0
 public RobotEnergyStorage_Glass(Obj_Item_Weapon_RobotModule R = null) : base(R)
 {
 }