diff --git a/code/_globalvars/lists/mobs.dm b/code/_globalvars/lists/mobs.dm index a0c0f6d494..959361d750 100644 --- a/code/_globalvars/lists/mobs.dm +++ b/code/_globalvars/lists/mobs.dm @@ -29,7 +29,6 @@ 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(living_cameras) 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 23ba96003b..b5c5c9a0cb 100644 --- a/code/modules/mob/camera/camera.dm +++ b/code/modules/mob/camera/camera.dm @@ -12,7 +12,6 @@ sight = SEE_SELF move_on_shuttle = FALSE -/mob/camera/Initialize() /mob/camera/experience_pressure_difference() return