Removes Unused Mob Vars

This commit is contained in:
Fox-McCloud
2016-08-15 00:06:20 -04:00
parent 48af8d2a31
commit 690d8b0c1e
4 changed files with 0 additions and 7 deletions
@@ -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.