Ghost Clothes Fix (#11004)

This commit is contained in:
Geeves
2021-01-17 02:31:16 -03:00
committed by GitHub
parent 13c7e45158
commit c1db8d9e48
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -260,7 +260,7 @@
observer.started_as_observer = 1
close_spawn_windows()
var/obj/O = locate("landmark*Observer-Start")
var/obj/O = locate("landmark*Observer-Start") in landmarks_list
if(istype(O))
to_chat(src, "<span class='notice'>Now teleporting.</span>")
observer.forceMove(O.loc)
@@ -2,4 +2,5 @@
..()
if (ghostimage)
ghostimage.icon_state = src.icon_state
compile_overlays() // works like cut_overlays but it actually works
updateghostimages()