Clockcult conversion has more explicit logging in what did it (#29007)

* Clockcult conversion has more explicit logging in what did it

* clang

* tweak
This commit is contained in:
Joan Lung
2017-07-04 15:40:45 -04:00
committed by Jordan Brown
parent de1281f458
commit 70dcd2ea9b
3 changed files with 8 additions and 3 deletions

View File

@@ -215,7 +215,8 @@
if(owner.getToxLoss() > MANIA_DAMAGE_TO_CONVERT)
if(is_eligible_servant(owner))
to_chat(owner, "<span class='sevtug[span_part]'>\"[text2ratvar("You are mine and his, now.")]\"</span>")
add_servant_of_ratvar(owner)
if(add_servant_of_ratvar(owner))
owner.log_message("<font color=#BE8700>Conversion was done with a Mania Motor.</font>", INDIVIDUAL_ATTACK_LOG)
owner.Unconscious(100)
else
if(prob(severity * 0.15))