From 94958581b92c9eb41992e344dc972e8122d112de Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 8 Mar 2020 20:10:34 -0400 Subject: [PATCH] maybe? last go? maybe? last go? --- code/_globalvars/lists/mobs.dm | 1 + code/modules/mob/camera/camera.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/_globalvars/lists/mobs.dm b/code/_globalvars/lists/mobs.dm index 959361d750..c53e52040a 100644 --- a/code/_globalvars/lists/mobs.dm +++ b/code/_globalvars/lists/mobs.dm @@ -29,6 +29,7 @@ GLOBAL_LIST_EMPTY(available_ai_shells) GLOBAL_LIST_INIT(simple_animals, list(list(),list(),list(),list())) // One for each AI_* status define GLOBAL_LIST_EMPTY(spidermobs) //all sentient spider mobs GLOBAL_LIST_EMPTY(bots_list) + GLOBAL_LIST_EMPTY(aiEyes) GLOBAL_LIST_EMPTY(language_datum_instances) diff --git a/code/modules/mob/camera/camera.dm b/code/modules/mob/camera/camera.dm index b5c5c9a0cb..dc0e89074f 100644 --- a/code/modules/mob/camera/camera.dm +++ b/code/modules/mob/camera/camera.dm @@ -11,6 +11,7 @@ invisibility = INVISIBILITY_ABSTRACT // No one can see us sight = SEE_SELF move_on_shuttle = FALSE + /mob/camera/experience_pressure_difference() return