mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Remove soulhook. Fix cloning with mind transfer. Fix drone join (#15002)
This commit is contained in:
@@ -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>.")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user