home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / ShipMed.lua < prev    next >
Encoding:
Text File  |  2011-02-25  |  123 b   |  7 lines

  1.  -- ShipMed: Run when player buys larger ship
  2.  
  3. ChangeShipGraphic("boatmed");
  4.  
  5. SetCrewMax(6, true);
  6.  
  7. SetSupplyMax(70);