mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[MIRROR] Stopping orbiting now automatically breaks you out of autoobserve (#28889)
* Stopping orbiting now automatically breaks you out of autoobserve (#84987) ## About The Pull Request If you move off someone you automatically stop autoobserve (stop viewing their UI and seeing from their perspective) ## Why It's Good For The Game Only way to stop autoobserve right now is via orbit UI, and following in chat does not break you out of it either. And if you have closed your orbit window, you need to open it from ghost tab as you no longer have a button for it, which can be annoying. ## Changelog 🆑 qol: Stopping orbiting now automatically breaks you out of autoobserve /🆑 * Stopping orbiting now automatically breaks you out of autoobserve --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -520,6 +520,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
. = ..()
|
||||
//restart our floating animation after orbit is done.
|
||||
pixel_y = base_pixel_y
|
||||
// if we were autoobserving, reset perspective
|
||||
if (!isnull(client) && !isnull(client.eye))
|
||||
reset_perspective(null)
|
||||
|
||||
/mob/dead/observer/verb/jumptomob() //Moves the ghost instead of just changing the ghosts's eye -Nodrak
|
||||
set category = "Ghost"
|
||||
|
||||
Reference in New Issue
Block a user