Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
4435686c
Commit
4435686c
authored
4 years ago
by
svornost
Browse files
Options
Downloads
Patches
Plain Diff
Clean up a few local variables that aren't used anymore
parent
dc930b34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Mods/SecExp/attackHandler.tw
+0
-3
0 additions, 3 deletions
src/Mods/SecExp/attackHandler.tw
src/Mods/SecExp/rebellionHandler.tw
+0
-3
0 additions, 3 deletions
src/Mods/SecExp/rebellionHandler.tw
with
0 additions
and
6 deletions
src/Mods/SecExp/attackHandler.tw
+
0
−
3
View file @
4435686c
...
...
@@ -45,7 +45,6 @@
<<if $majorBattle == 0>>
<<set _turns = $maxTurns>>
<</if>>
<<set _turn = 0>>
<<set _attack = 0>>
<<set _defense = 0>>
<<set _morale = 0>>
...
...
@@ -65,8 +64,6 @@
<<set _mercMod = 1>>
<<set _enemyMod = 1>>
<<set _SFMod = 1>>
<<set _expBonus = 0>>
<<set _loyaltyBonus = 0>>
<<set _armyMod = 0>>
/* major battle */
...
...
This diff is collapsed.
Click to expand it.
src/Mods/SecExp/rebellionHandler.tw
+
0
−
3
View file @
4435686c
...
...
@@ -2,7 +2,6 @@
<<set $nextButton = " ", $nextLink = "attackReport", $encyclopedia = "Battles">>
<<set _turn = 0>>
<<set _turns = $maxTurns * 2>>
<<set _attack = 0>>
<<set _defense = 0>>
...
...
@@ -15,8 +14,6 @@
<<set _enemyHp = 0>>
<<set _enemyBaseHp = 0>>
<<set _woundChance = 5>> /* leader has a base chance of 5% to get wounded */
<<set _expBonus = 0>>
<<set _loyaltyBonus = 0>>
<<set _irregularMod = 0>>
<<set _armyMod = 0>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment