From: Michael A. <out...@gm...> - 2013-08-24 15:59:23
|
Sounds good. Thank you for the quick response. I'll have a few more shortly. :) Mike On Sat, Aug 24, 2013 at 11:29 AM, brett lentz <bre...@gm...> wrote: > Patches like this work just fine. :) > > I'll get this applied later today. > > In general, we have two styles of contributions. We'll take patches like > this and one of the committers will merge them, if approved. Second, if > you'd like to do more substantial development, we're happy to grant commit > access once we've seen a few patches from you. > > ---Brett. > > > On Sat, Aug 24, 2013 at 5:56 AM, Michael Alexander < > out...@gm...> wrote: > >> Here is my patch to fix private company revenue in the 1880_specific >> branch. (Does this work better in the future as an attachment?) >> >> diff --git a/data/1880/CompanyManager.xml b/data/1880/CompanyManager.xml >> index ff26af7..5934325 100644 >> --- a/data/1880/CompanyManager.xml >> +++ b/data/1880/CompanyManager.xml >> @@ -91,7 +91,7 @@ >> </SpecialProperties> >> </Company> >> <Company name="JO" longname="Jeme Tien Yow Engineer Office" >> type="Private" >> - basePrice="70" revenue="20"> >> + basePrice="70" revenue="25"> >> <!-- SpecialProperties--> >> <!-- SpecialProperty condition="ifOwnedByPlayer" >> when="tileLayingStep" >> class="rails.game.specific._1880.BuildingPermit"--> >> @@ -99,7 +99,7 @@ >> <!-- -->/SpecialProperties--> >> </Company> >> <Company name="IG" longname="Imperial Qing Government" type="Private" >> - basePrice="160" revenue="20"> >> + basePrice="160" revenue="0"> >> <Info key="ComesWithPresidency" parm="BCR,20"/> >> </Company> >> <Company name="RC" longname="Rocket Company" type="Private" >> basePrice="70" >> >> Thanks, Mike >> >> >> ------------------------------------------------------------------------------ >> Introducing Performance Central, a new site from SourceForge and >> AppDynamics. Performance Central is your source for news, insights, >> analysis and resources for efficient Application Performance Management. >> Visit us today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |