X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fconstructions%2Fyards%2Fclass_Shipyard.php;h=eca03bac5af8673b8f89857abc32d75fa53d4ce2;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hp=474821a237f8118d0dc8dce20e5f5e94bc3d9488;hpb=efba981c9bf18c733dfde945b09111ff4b6007ce;p=shipsimu.git diff --git a/application/ship-simu/main/constructions/yards/class_Shipyard.php b/application/ship-simu/main/constructions/yards/class_Shipyard.php index 474821a..eca03ba 100644 --- a/application/ship-simu/main/constructions/yards/class_Shipyard.php +++ b/application/ship-simu/main/constructions/yards/class_Shipyard.php @@ -5,7 +5,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -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