Merge pull request #32871 from AnturK/orbitclean
Transfers orbiting ghosts on most common transforms
This commit is contained in:
@@ -139,6 +139,8 @@
|
||||
if(loc.vars[A] == src)
|
||||
loc.vars[A] = O
|
||||
|
||||
transfer_observers_to(O)
|
||||
|
||||
. = O
|
||||
|
||||
qdel(src)
|
||||
@@ -293,6 +295,8 @@
|
||||
if (tr_flags & TR_DEFAULTMSG)
|
||||
to_chat(O, "<B>You are now a human.</B>")
|
||||
|
||||
transfer_observers_to(O)
|
||||
|
||||
. = O
|
||||
|
||||
for(var/A in loc.vars)
|
||||
|
||||
Reference in New Issue
Block a user