Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clockcult deconversion message #11725

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading