Merge pull request #4784 from Citadel-Station-13/upstream-merge-34174

[MIRROR] Sigils of submission now uncuff upon successful conversion
This commit is contained in:
deathride58
2018-01-12 17:46:46 +00:00
committed by GitHub
@@ -140,6 +140,9 @@
hierophant_message("<span class='large_brass bold'>With the conversion of a new servant the Ark's power grows. Application scriptures are now available.</span>")
if(add_servant_of_ratvar(L))
L.log_message("<font color=#BE8700>Conversion was done with a [sigil_name].</font>", INDIVIDUAL_ATTACK_LOG)
if(iscarbon(L))
var/mob/living/carbon/M = L
M.uncuff()
L.Knockdown(50) //Completely defenseless for five seconds - mainly to give them time to read over the information they've just been presented with
if(iscarbon(L))
var/mob/living/carbon/C = L