mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
committed by
AnturK
parent
9414edd7ed
commit
a162837faf
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user