mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Silicon Deletion Sanity (#7800)
This commit is contained in:
@@ -44,8 +44,7 @@
|
||||
if(!eyeobj) return
|
||||
if(!new_eye)
|
||||
new_eye = src
|
||||
qdel(eyeobj) // No AI, no Eye
|
||||
eyeobj = null
|
||||
QDEL_NULL(eyeobj)
|
||||
if(client)
|
||||
client.eye = new_eye
|
||||
|
||||
@@ -60,10 +59,6 @@
|
||||
. = ..()
|
||||
create_eyeobj()
|
||||
|
||||
/mob/living/silicon/ai/Destroy()
|
||||
destroy_eyeobj()
|
||||
. = ..()
|
||||
|
||||
/atom/proc/move_camera_by_click()
|
||||
if(istype(usr, /mob/living/silicon/ai))
|
||||
var/mob/living/silicon/ai/AI = usr
|
||||
|
||||
Reference in New Issue
Block a user