mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Merge pull request #10967 from farie82/telepathy-fix
Can't use telepathy when unconcious or dead now
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
/obj/effect/proc_holder/spell/targeted/remotetalk/cast(list/targets, mob/user = usr)
|
||||
if(!ishuman(user)) return
|
||||
var/say = input("What do you wish to say") as text|null
|
||||
if(!say)
|
||||
if(!say || usr.stat)
|
||||
return
|
||||
say = strip_html(say)
|
||||
say = pencode_to_html(say, usr, format = 0, fields = 0)
|
||||
|
||||
Reference in New Issue
Block a user