mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Punctual Skrell (#10478)
This commit is contained in:
@@ -240,11 +240,15 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
user.visible_message(SPAN_NOTICE("<i>[user] blinks, their eyes briefly developing an unnatural shine.</i>"))
|
||||
if(target.stat == DEAD)
|
||||
to_chat(user, SPAN_CULT("Not even a psion of your level can speak to the dead."))
|
||||
return
|
||||
|
||||
var/text = input("What would you like to say?", "Speak to creature", null, null)
|
||||
text = sanitize(text)
|
||||
|
||||
if(!text)
|
||||
return
|
||||
text = formalize_text(text)
|
||||
|
||||
if(target.stat == DEAD)
|
||||
to_chat(user, SPAN_CULT("Not even a psion of your level can speak to the dead."))
|
||||
@@ -272,9 +276,6 @@
|
||||
to_chat(H, SPAN_CULT("<b>You sense [user]'s psyche link with your psi-receiver, a thought sliding into your mind:</b> [text]"))
|
||||
else
|
||||
to_chat(H, SPAN_ALIEN("<b>A thought from outside your consciousness slips into your mind:</b> [text]"))
|
||||
if(istype(H))
|
||||
if(H.can_commune() || H.stat >= UNCONSCIOUS)
|
||||
return
|
||||
|
||||
/datum/psionic_power/coercion/psiping
|
||||
name = "Psi Ping"
|
||||
|
||||
Reference in New Issue
Block a user