generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / constructions / yards / class_Shipyard.php
index 474821a237f8118d0dc8dce20e5f5e94bc3d9488..36f85edce3d48aec95db8525a0f5d2cc70c82404 100644 (file)
@@ -49,15 +49,9 @@ class Shipyard extends BaseConstruction {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Werft");
-
                // Staff-Liste/Schiffstyp-Liste erzeugen
                $this->createStaffList();
                $this->createShipTypeList();
-
-               // Generate unique ID number
-               $this->generateUniqueId();
        }
 
        // Create a shipyard and notify it about it's owner