Renouncing your religion is now a button in your IC tab. (#30177)

This commit is contained in:
DeityLink
2021-08-11 22:24:16 +02:00
committed by GitHub
parent 425051a2b4
commit 79545d21e2
2 changed files with 22 additions and 29 deletions

View File

@@ -5727,7 +5727,7 @@
var/choice = alert("This mob is the leader of the religion. Are you sure you wish to remove him from his faith?", "Removing religion", "Yes", "No")
if (choice != "Yes")
return FALSE
M.mind.faith.action_renounce.Remove(M)
M.verbs -= /mob/proc/renounce_faith
M.mind.faith.renounce(M) // Bypass checks
var/msg = "[key_name(usr)] removed [key_name(M)] from his religion."