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
1 merge request!9546tick PC.health.shortDamage during down nextWeek
......@@ -37,6 +37,9 @@ App.EndWeek.nextWeek = function() {
} else if (V.PC.fertPeak !== 0) {
V.PC.fertPeak = 0;
}
if (V.PC.health.shortDamage < 0) {
V.PC.health.shortDamage--;
}
// Adding random changes to the economy
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