reduce tiny living increase rate
This commit is contained in:
parent
75926e33df
commit
e6f0a9b877
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace TouchyTickets.Attractions {
|
|||
static AttractionModifier() {
|
||||
Register(new AttractionModifier("Lubricant", 200, Cars | FastCars, 1.02F, new Point(0, 4)));
|
||||
Register(new AttractionModifier("LouderMusic", 500, Relaxed, 1.03F, new Point(2, 4)));
|
||||
Register(new AttractionModifier("SmallAds", 800, Small, 1.5F, new Point(5, 4)));
|
||||
Register(new AttractionModifier("SmallAds", 800, Small, 1.35F, new Point(5, 4)));
|
||||
Register(new AttractionModifier("LongerQueue", 1000, All, 1.06F, new Point(1, 4)));
|
||||
Register(new AttractionModifier("Bouncer", 1500, Walking, 1.2F, new Point(3, 4)));
|
||||
Register(new AttractionModifier("OnRideCameras", 2500, FastCars, 1.1F, new Point(4, 4)));
|
||||
|
|
Loading…
Reference in a new issue