Remove soulhook. Fix cloning with mind transfer. Fix drone join (#15002)

This commit is contained in:
Farie82
2020-12-16 21:13:13 +01:00
committed by GitHub
parent 1843266a4a
commit e66c91c7c4
6 changed files with 24 additions and 68 deletions
@@ -304,11 +304,11 @@
if(!player) return
ckey = player.ckey
if(player.mob && player.mob.mind)
player.mob.mind.transfer_to(src)
player.mob.mind.assigned_role = "Drone"
else
ckey = player.ckey
lawupdate = 0
to_chat(src, "<b>Systems rebooted</b>. Loading base pattern maintenance protocol... <b>loaded</b>.")
+1
View File
@@ -62,6 +62,7 @@
update_sight()
updatehealth("update revive")
SEND_SIGNAL(src, COMSIG_LIVING_REVIVE, updating)
for(var/s in ownedSoullinks)
var/datum/soullink/S = s
S.ownerRevives(src)