Psi Awakener Tweaks (#21718)

This makes the Psionic Awakener actually give the user points to spend
in the psionic power shop. This item is strictly limited to the
crew-psionics, so to make it a bit more interesting it gives 3 points
instead of the standard 2. It did not previously give any points,
essentially meaning the user only had telepathy and nothing interesting.
This commit is contained in:
VMSolidus
2026-01-26 14:12:45 +00:00
committed by GitHub
parent 901c6591a9
commit 40eeef9ef4
2 changed files with 5 additions and 1 deletions
@@ -180,5 +180,5 @@
desc = "Use this to jumpstart your psionic rank to Psionically Sensitive, enabling you to use the Psionic Point Shop and buy basic psionic abilities. \
This won't work on species with no Zona Bovinae, like synthetics, vaurcae or dionae! This item is definitely not canon."
psi_rank_to_set = PSI_RANK_SENSITIVE
psi_points_override = -1 // Uses the default 2 psi points allotted to psionic sensitive.
psi_points_override = 3
awakening_message = SPAN_NOTICE("You've awakened your psionic potential.")