mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
@@ -39,6 +39,16 @@
|
||||
if(stand.summoner)
|
||||
victim = stand.summoner
|
||||
|
||||
//You should not be able to enter one of the most powerful side-antags as a fucking wizard.
|
||||
if(istype(victim,/mob/living/simple_animal/slaughter))
|
||||
to_chat(user, "<span class='warning'>The devilish contract doesn't include the 'mind swappable' package, please try again another lifetime.</span>")
|
||||
return
|
||||
|
||||
//You should not be able to enter a statue that is nearly indestructible
|
||||
if(HAS_TRAIT_FROM(victim, TRAIT_MUTE, STATUE_MUTE)) // that means it is a statue okay?
|
||||
to_chat(user, "<span class='warning'>Your mind leaves your body but the stone resists your influence!/span>")
|
||||
return
|
||||
|
||||
//MIND TRANSFER BEGIN
|
||||
var/mob/dead/observer/ghost = victim.ghostize()
|
||||
user.mind.transfer_to(victim)
|
||||
|
||||
Reference in New Issue
Block a user