// 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) { }
public RobotEnergyStorage_Glass(Obj_Item_Weapon_RobotModule R = null) : base(R) { }