Replaces a bunch of loc assignments with forcemoves and moves to nullspace
This commit is contained in:
committed by
CitadelStationBot
parent
b03e606d35
commit
7f90427a40
@@ -285,7 +285,7 @@
|
||||
to_chat(new_mob, poly_msg)
|
||||
|
||||
M.transfer_observers_to(new_mob)
|
||||
|
||||
|
||||
qdel(M)
|
||||
return new_mob
|
||||
|
||||
@@ -319,7 +319,7 @@
|
||||
L.mind.transfer_to(S)
|
||||
if(owner)
|
||||
to_chat(S, "<span class='userdanger'>You are an animate statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [owner], your creator.</span>")
|
||||
P.loc = S
|
||||
P.forceMove(S)
|
||||
return
|
||||
else
|
||||
var/obj/O = src
|
||||
|
||||
Reference in New Issue
Block a user