diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 30597716cea..e2e6b129fc9 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -197,7 +197,7 @@ ) to_chat(src, SPAN_DANGER("An indescribable, brain-tearing sound hisses from [source], and you collapse in a seizure!")) seizure() - custom_pain(SPAN_DANGER("[pick(psi_operancy_messages)]"), 25) + custom_pain(SPAN_DANGER(FONT_LARGE("[pick(psi_operancy_messages)]")), 25) set_psi_rank(PSI_RANK_HARMONIOUS) sleep(30) addtimer(CALLBACK(psi, TYPE_PROC_REF(/datum/psi_complexus, check_psionic_trigger), 100, source, TRUE), 4.5 SECONDS)