mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Fixes psionic receivers not working for Vaurcae (#17224)
* Fixes psionic receivers not working for Vaurcae + changelog * nice changelog IDIOT * HOW DID YOU MISS THAT
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
return !has_psionics()
|
||||
|
||||
/mob/living/carbon/is_psi_blocked()
|
||||
if(HAS_TRAIT(src, TRAIT_PSIONICALLY_DEAF))
|
||||
if(HAS_TRAIT(src, TRAIT_PSIONICALLY_DEAF) && !has_psi_aug())
|
||||
return SPAN_WARNING("[src]'s mind is inaccessible, like hitting a brick wall.")
|
||||
for (var/obj/item/implant/mindshield/I in src)
|
||||
if (I.implanted)
|
||||
|
||||
Reference in New Issue
Block a user