Skip to content

Commit

Permalink
Fix blinking buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuities committed Aug 21, 2014
1 parent 81d73e8 commit 7b05eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/js/app/gamecontent.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ define({
cost: {},
requiredLevel: 4,
prestigeDependency: 'blacksmith',
animationFrames: 4,
animationFrames: 1,
tileMod: 'grain',
tileLevel: 2,
replaces: 'shack',
Expand All @@ -181,7 +181,7 @@ define({
cost: {},
requiredLevel: 7,
prestigeDependency: 'blacksmith3',
animationFrames: 4,
animationFrames: 1,
tileMod: 'grain',
tileLevel: 3,
replaces: 'house',
Expand All @@ -197,7 +197,7 @@ define({
cost: {},
requiredLevel: 10,
prestigeDependency: 'blacksmith6',
animationFrames: 4,
animationFrames: 1,
tileMod: 'grain',
tileLevel: 4,
replaces: 'fort',
Expand Down

0 comments on commit 7b05eef

Please sign in to comment.