mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-17 02:48:10 +01:00
more changes
This commit is contained in:
@@ -682,7 +682,7 @@ datum/status_effect/pacify
|
||||
/datum/status_effect/trance/on_apply()
|
||||
if(!iscarbon(owner))
|
||||
return FALSE
|
||||
RegisterSignal(owner, COMSIG_MOVABLE_HEAR, .proc/hypnotize)
|
||||
RegisterSignal(owner, COMSIG_MOVABLE_HEAR,PROC_REF(hypnotize))
|
||||
ADD_TRAIT(owner, TRAIT_MUTE, "trance")
|
||||
owner.add_client_colour(/datum/client_colour/monochrome/trance)
|
||||
owner.visible_message("[stun ? "<span class='warning'>[owner] stands still as [owner.p_their()] eyes seem to focus on a distant point.</span>" : ""]", \
|
||||
|
||||
Reference in New Issue
Block a user