ports mind transfer pref from chomp (#16225)

* ports mind transfer pref from chomp

* don't push that

* .
This commit is contained in:
Kashargul
2024-08-31 05:29:49 +10:00
committed by GitHub
parent 753e398fe4
commit 10637da2f4
44 changed files with 118 additions and 7 deletions
@@ -25,6 +25,10 @@
to_chat(usr,"<span class='warning'>A warning pops up on the device, informing you that [M] appears braindead.</span>")
return
if(!M.allow_mind_transfer)
to_chat(usr,"<span class='danger'>The target's mind is too complex to be affected!</span>")
return
if(M.stat == DEAD) //Are they dead?
to_chat(usr,"<span class='warning'>A warning pops up on the device, informing you that [M] is dead, and, as such, the mind transfer can not be done.</span>")
return