< Cure Blindness

Cure Blindness/Deafness (3.5e Feat)

This material is published under the OGL

Cure Blindness/Deafness [Psychic]

3e Summary::You can use the Psychic Healing skill to cure blindness and deafness.
Prerequisite: Psychic Ability, Psychometabolism, 5 or more ranks in the Psychic Healing skill
Benefit: You can psychically restore a healing subject’s sight or hearing (your choice when the healing is performed) with a DC 15 Psychic Healing check. You cannot restore lost eyes or ears, but you can heal damaged ones.

Strain: 5



Back to Main Page 3.5e Homebrew Rules Psychic Powers Psychic Feats Feat Descriptions

Open Game Content (place problems on the discussion page).
This is Open Game Content from Advanced Player's Manual. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains OGC from Advanced Player's Manual material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.
gollark: - it doesn't do anything *else*, so it just loops infinitely and will eventually crash with "too long without yielding".
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.