Orbit fix [IDB IGNORE] [MDB IGNORE] (#17198)

* wip orbit fix

* dos fix
This commit is contained in:
Cameron Lennox
2025-02-22 03:51:17 -05:00
committed by GitHub
parent 6220ef8f72
commit 3c08c90f2a
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -645,7 +645,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
to_chat(src, span_filter_notice(span_red("You are dead! You have no mind to store memory!")))
/mob/observer/dead/Post_Incorpmove()
stop_following()
if(following) //This wasn't here before. It meant that we would do stop_following repeatedly every movement we made...Resulting in a DOS on our client.
stop_following()
/mob/observer/dead/verb/analyze_air()
set name = "Analyze Air"