Example #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;
        }
 public RobotEnergyStorage_Medical(Obj_Item_Weapon_RobotModule R = null) : base(R)
 {
 }
Example #3
0
 public RobotEnergyStorage_Glass(Obj_Item_Weapon_RobotModule R = null) : base(R)
 {
 }