Skip to content

Commit

Permalink
fix count for tower guard event
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 6, 2024
1 parent 254fc73 commit a505790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1728243832391,
"savedAt": 1728243912267,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -2213651,7 +2213651,7 @@
"spawnEventOnFailure": "Goblinkin Assault",
"spawnEventOnSuccess": "Tower Guard Further Assault",
"successMetrics": {
"count": 5,
"count": 100,
"killNPCs": [
"Tower Goblin",
"Tower Goblin Thief",
Expand Down

0 comments on commit a505790

Please sign in to comment.