mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Commune and Psi-Ping no longer give attack logs. (#8089)
This commit is contained in:
@@ -221,6 +221,7 @@
|
||||
min_rank = PSI_RANK_OPERANT
|
||||
use_sound = null
|
||||
use_description = "Target the mouth and click on a creature on disarm intent to psionically send them a message."
|
||||
admin_log = FALSE
|
||||
|
||||
/datum/psionic_power/coercion/commune/invoke(var/mob/living/user, var/mob/living/target)
|
||||
if((target == user) || user.zone_sel.selecting != BP_MOUTH)
|
||||
@@ -285,6 +286,7 @@
|
||||
min_rank = PSI_RANK_OPERANT
|
||||
use_sound = null
|
||||
use_description = "Activate an empty hand on disarm intent to detect nearby psionic signatures."
|
||||
admin_log = FALSE
|
||||
|
||||
/datum/psionic_power/coercion/psiping/invoke(var/mob/living/user, var/mob/living/target)
|
||||
if((target && user != target) || user.a_intent != I_HELP)
|
||||
|
||||
Reference in New Issue
Block a user