Commune and Psi-Ping no longer give attack logs. (#8089)

This commit is contained in:
Matt Atlas
2020-01-28 11:43:24 +01:00
committed by GitHub
parent 8724504747
commit 64e7609e0b
2 changed files with 43 additions and 0 deletions
@@ -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)