Skip to content
Snippets Groups Projects
Commit c91c284e authored by Pregmodder's avatar Pregmodder
Browse files

tick PC.health.shortDamage during down nextWeek

parent 94bbb190
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ App.EndWeek.nextWeek = function() { ...@@ -37,6 +37,9 @@ App.EndWeek.nextWeek = function() {
} else if (V.PC.fertPeak !== 0) { } else if (V.PC.fertPeak !== 0) {
V.PC.fertPeak = 0; V.PC.fertPeak = 0;
} }
if (V.PC.health.shortDamage < 0) {
V.PC.health.shortDamage--;
}
// Adding random changes to the economy // Adding random changes to the economy
if (V.difficultySwitch === 1) { if (V.difficultySwitch === 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment