diff --git a/code/modules/psionics/equipment/cerebro_enhancers.dm b/code/modules/psionics/equipment/cerebro_enhancers.dm index e1566944d4d..7c32214b937 100644 --- a/code/modules/psionics/equipment/cerebro_enhancers.dm +++ b/code/modules/psionics/equipment/cerebro_enhancers.dm @@ -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.") diff --git a/html/changelogs/hellfirejag psi-awakener-tweaks.yml b/html/changelogs/hellfirejag psi-awakener-tweaks.yml new file mode 100644 index 00000000000..34e392bc38d --- /dev/null +++ b/html/changelogs/hellfirejag psi-awakener-tweaks.yml @@ -0,0 +1,4 @@ +author: Hellfirejag +delete-after: True +changes: + - balance: "Psionic Awakeners now provide 3 psi-shop points, so you can actually buy powers."