Uh oh!
There was an error while loading. Please reload this page.
Ports psionics from bay - #15100
Conversation
| /datum/antagonist/thrall/update_antag_mob(var/datum/mind/player) | ||
| ..() | ||
| player.current.vampire_make_thrall() |
There was a problem hiding this comment.
good catch, will fix soon
redmoogle
commented
Aug 1, 2022
I'd include ingame sprites/images when you can |
Cartlord
commented
Aug 1, 2022
the first question: why |
Skrem7
commented
Aug 1, 2022
Man I wonder if that rework of sling/spawn that @Mqiib is doing could maybe implement this system if this gets in in the next few days. You know, for lore reasons. Because I've got a plan and I was consulted on the feasibility of this PR before it was made regarding lore. |
| @@ -0,0 +1,34 @@ | |||
| #define PSI_COERCION "coercion" | |||
There was a problem hiding this comment.
might be a bit confusing having dspawn psi and normal psi, psy could work beter tbh
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| /datum/psionic_power/coercion/mindread | ||
| name = "Read Mind" | ||
| cost = 25 | ||
| cooldown = 250 //It should take a WHILE to be able to use this again. |
| to_chat(user, "<span class='warning'>You plunge your mentality into that of \the [target]...</span>") | ||
| to_chat(target, "<span class='danger'>Your mind is invaded by the presence of \the [user]! They are trying to make you a slave!</span>") |
| user.visible_message("<span class='danger'><i>\The [user] seizes the head of \the [target] in both hands...</i></span>") | ||
| to_chat(user, "<span class='warning'>You plunge your mentality into that of \the [target]...</span>") | ||
| to_chat(target, "<span class='danger'>Your mind is invaded by the presence of \the [user]! They are trying to make you a slave!</span>") | ||
| if(!do_after(user, target.stat == CONSCIOUS ? 80 : 40, target, 0, 1)) |
| to_chat(user, "<span class='danger'>You sear through \the [target]'s neurons, reshaping as you see fit and leaving them subservient to your will!</span>") | ||
| to_chat(target, "<span class='danger'>Your defenses have eroded away and \the [user] has made you their mindslave.</span>") |
There was a problem hiding this comment.
some do afters don't have a target after them, not sure that's what you want and could probably use the target in those do afters.... also use INTERACTING_WITH(user, target) on checks to prevent do after spam
thanks but again
Mqiib
commented
Aug 9, 2022
Bibby0110
commented
Sep 10, 2022
Stale, conflicts, very cool port |


Document the changes in your pull request
Ports a few PRs from bay, which adds a system for psionic powers and gives them to the psychiatrist. Also adds a new drug, three new events, a new material, and many more things. A lot of work still needs to be done, and a lot of the code needs to be cleaned up.
PRs being ported:
TODO
Spriting
nullglass and nullglass items

psiblade and psitool

Wiki Documentation
TODO
Changelog
🆑 MistakeNot4892, NonQueueingMatt, nmajask
experimental: Added psionics
/:cl: