Replaces a bunch of loc assignments with forcemoves and moves to nullspace (#33465)

* big batch of loc assignments

* Update emergency.dm

* Update spiders.dm

* Update parrot.dm

* Update ripley.dm

* Update firealarm.dm

* seems to work

* this maybe works?

* brainmemes, again

* stuff

* fix brainmob, camera runtimes
This commit is contained in:
vuonojenmustaturska
2017-12-13 20:56:39 +01:00
committed by AnturK
parent 9414edd7ed
commit a162837faf
77 changed files with 194 additions and 186 deletions
@@ -55,5 +55,5 @@
else if(I) // Put the implant in case.
var/obj/item/implantcase/case = new(get_turf(C))
case.imp = I
I.loc = case
I.forceMove(case)
case.update_icon()