Skip to content

Commit

Permalink
Conquest Clicker Upload 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BadassIC committed Sep 9, 2018
1 parent bf616dc commit 87efdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//TO DO: Quest 5 and disable hire
var gold = 600000000000
var gold = 0
var goldPerSecond = 5
var netGPS = goldPerSecond - totalMaintenance

Expand Down Expand Up @@ -133,7 +133,7 @@ var conquest2 = {
var conquest3 = {
name: "Raid Small Village",
conquestDescription: "A small village with noticeable military power.",
landReward: 5,
landReward: 10,
gloryReward: 200,
}

Expand Down

0 comments on commit 87efdf9

Please sign in to comment.