Merge pull request #7208 from Kyep/fixes_vamp_logging

Fixes vampire enthrall not creating VV or ATTACK: logs
This commit is contained in:
Fox McCloud
2017-05-02 08:22:14 -04:00
committed by GitHub
@@ -340,7 +340,7 @@
H.mind.special_role = SPECIAL_ROLE_VAMPIRE_THRALL
to_chat(H, "<span class='danger'>You have been Enthralled by [user]. Follow their every command.</span>")
to_chat(user, "<span class='warning'>You have successfully Enthralled [H]. <i>If they refuse to do as you say just adminhelp.</i></span>")
log_admin("[ckey(user.key)] has mind-slaved [ckey(H.key)].")
add_logs(user, H, "vampire-thralled")
/obj/effect/proc_holder/spell/vampire/self/cloak
name = "Cloak of Darkness"