mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Ghost Clothes Fix (#11004)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user