mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00:00
6 lines
360 B
Plaintext
6 lines
360 B
Plaintext
/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
|