From 690d8b0c1e72ddd69ae898bcebec73ef36cd5ae5 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 15 Aug 2016 00:06:20 -0400 Subject: [PATCH] Removes Unused Mob Vars --- code/modules/mob/dead/observer/observer.dm | 1 - code/modules/mob/living/carbon/brain/brain.dm | 1 - code/modules/mob/living/carbon/human/human_defines.dm | 4 ---- code/modules/mob/mob_defines.dm | 1 - 4 files changed, 7 deletions(-) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 3bdd95b648d..5bd5ec9c36f 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -16,7 +16,6 @@ var/list/image/ghost_darkness_images = list() //this is a list of images for thi anchored = 1 // don't get pushed around invisibility = INVISIBILITY_OBSERVER var/can_reenter_corpse - var/datum/hud/living/carbon/hud = null // hud var/bootime = 0 var/started_as_observer //This variable is set to 1 when you enter the game as an observer. //If you died in the game and are a ghsot - this will remain as null. diff --git a/code/modules/mob/living/carbon/brain/brain.dm b/code/modules/mob/living/carbon/brain/brain.dm index aac43c16ac3..996687ee4b0 100644 --- a/code/modules/mob/living/carbon/brain/brain.dm +++ b/code/modules/mob/living/carbon/brain/brain.dm @@ -4,7 +4,6 @@ var/obj/item/container = null var/timeofhostdeath = 0 var/emp_damage = 0//Handles a type of MMI damage - var/alert = null use_me = 0 //Can't use the me verb, it's a freaking immobile brain icon = 'icons/obj/surgery.dmi' icon_state = "brain1" diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index a74409a9b44..61ef6fb1a4f 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -58,7 +58,6 @@ var/global/default_martial_art = new/datum/martial_art var/datum/martial_art/martial_art = null var/special_voice = "" // For changing our voice. Used by a symptom. - var/said_last_words=0 var/last_dam = -1 //Used for determining if we need to process all organs or just some or even none. var/list/bad_external_organs = list()// organs we check until they are good. @@ -73,12 +72,9 @@ var/global/default_martial_art = new/datum/martial_art var/meatleft = 3 //For chef item var/decaylevel = 0 // For rotting bodies var/max_blood = BLOOD_VOLUME_NORMAL // For stuff in the vessel - var/slime_color = "blue" //For slime people this defines their color, it's blue by default to pay tribute to the old icons var/check_mutations=0 // Check mutations on next life tick - var/lastFart = 0 // Toxic fart cooldown. - var/fire_dmi = 'icons/mob/OnFire.dmi' var/fire_sprite = "Standing" diff --git a/code/modules/mob/mob_defines.dm b/code/modules/mob/mob_defines.dm index e4765b4f106..323f170facd 100644 --- a/code/modules/mob/mob_defines.dm +++ b/code/modules/mob/mob_defines.dm @@ -94,7 +94,6 @@ var/intent = null//Living var/shakecamera = 0 var/a_intent = I_HELP//Living - var/m_int = null//Living var/m_intent = "run"//Living var/lastKnownIP = null var/atom/movable/buckled = null//Living