mind transfer pref (#8258)

This commit is contained in:
Kashargul
2024-04-19 16:07:17 +02:00
committed by GitHub
parent 11eacbeddb
commit 1bc280b6f5
50 changed files with 159 additions and 93 deletions
@@ -43,7 +43,7 @@
A = H.held_mob
if(istype(A, /mob/living))
var/mob/living/M = A
if(!is_type_in_list(A, mob_takeover_whitelist))
if(!M.allow_mind_transfer)
to_chat(usr,"<span class='danger'>The target's mind is too complex to be affected!</span>")
return
if(usr == M)