Skip to content
Snippets Groups Projects
Commit fa8d24bd authored by svornost's avatar svornost
Browse files

Don't unintentionally instakill the Concubine (just make her drop to -90 like the other leaders).

parent 0f90b09a
No related branches found
No related tags found
No related merge requests found
...@@ -618,7 +618,7 @@ ...@@ -618,7 +618,7 @@
<<if $Concubine.health.health >= -60>> <<if $Concubine.health.health >= -60>>
<<run healthDamage($Concubine, 30)>> <<run healthDamage($Concubine, 30)>>
<<else>> <<else>>
<<run healthDamage($Concubine, 90)>> <<run healthDamage($Concubine, -90 - $Concubine.health.health)>>
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
......
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