Skip to content

Commit

Permalink
clockcult deconversion message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarchutar committed Oct 18, 2024
1 parent acf2121 commit 94ed3a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/antagonists/clock_cult/servant_of_ratvar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
GLOB.all_servants_of_ratvar -= owner
GLOB.human_servants_of_ratvar -= owner
GLOB.cyborg_servants_of_ratvar -= owner
if(!silent)
owner.current.visible_message("<span class='deconversion_message'>[owner.current] looks like [owner.current.p_theyve()] just reverted to [owner.current.p_their()] old faith!</span>", null, null, null, owner.current)
to_chat(owner.current, "<span class='userdanger'>An unfamiliar white light flashes through your mind, cleansing the taint of the Clockwork Justicar and all your memories as his servant.</span>")
owner.current.log_message("has renounced the cult of Rat'var!", LOG_ATTACK, color="#960000")
. = ..()

/datum/antagonist/servant_of_ratvar/apply_innate_effects(mob/living/M)
Expand Down

0 comments on commit 94ed3a6

Please sign in to comment.