/datum/psi_complexus/proc/check_psionic_trigger(var/trigger_strength = 0, var/source, var/redactive = FALSE) owner.set_psi_rank(PSI_RANK_HARMONIOUS) to_chat(owner, SPAN_DANGER("You scream internally as your psionics are forced into operancy by [source]!")) if(!redactive) owner.adjustBrainLoss(rand(trigger_strength * 2, trigger_strength * 4)) return TRUE