From fa8d24bd05e0d9f000a99a1df63de1dbefb09be0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 25 Dec 2019 17:02:13 -0800 Subject: [PATCH] Don't unintentionally instakill the Concubine (just make her drop to -90 like the other leaders). --- src/SecExp/rebellionReport.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw index b35e466172a..5a18bd640a4 100644 --- a/src/SecExp/rebellionReport.tw +++ b/src/SecExp/rebellionReport.tw @@ -618,7 +618,7 @@ <<if $Concubine.health.health >= -60>> <<run healthDamage($Concubine, 30)>> <<else>> - <<run healthDamage($Concubine, 90)>> + <<run healthDamage($Concubine, -90 - $Concubine.health.health)>> <</if>> <</if>> <</if>> -- GitLab