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

Merge branch 'pregmod-dev' into 'pregmod-master'

Debt no longer blocks personal actions

Closes #1288

See merge request pregmodfan/fc-pregmod!5741
parents f8aba1a7 8cb8bc90
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@
<<set $gameover = "debt">><<goto "Gameover">>
<</if>>
<</if>>
<<elseif $PC.health.shortDamage >= 30>>
<</if>>
<<if $PC.health.shortDamage >= 30>>
<<if $PC.health.shortDamage >= 30>>
<<run endWeekHealthDamage($PC)>>
The injuries received in the recent battle prevents you from engaging in tiring endeavors.
......
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