mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
undo added pref to sleevemate (#8281)
This commit is contained in:
@@ -91,11 +91,6 @@ var/global/mob/living/carbon/human/dummy/mannequin/sleevemate_mob
|
||||
M = new_M
|
||||
|
||||
if(ishuman(M))
|
||||
//CHOMPAdd Start
|
||||
if(!M.allow_mind_transfer)
|
||||
to_chat(usr,"<span class='danger'>The target's mind is too complex to be affected!</span>")
|
||||
return
|
||||
//CHOMPAdd End
|
||||
scan_mob(M, user)
|
||||
else
|
||||
to_chat(user,"<span class='warning'>Not a compatible subject to work with!</span>")
|
||||
|
||||
Reference in New Issue
Block a user