Merge pull request #34769 from ShizCalev/var-cleanup

Cleans up unused mob vars
This commit is contained in:
Leo
2018-01-23 10:44:17 -02:00
committed by CitadelStationBot
parent 5e1ff26276
commit 90b2e77b78
7 changed files with 1 additions and 13 deletions
-6
View File
@@ -28,8 +28,6 @@
var/lastattackerckey = null
var/list/logging = list(INDIVIDUAL_ATTACK_LOG, INDIVIDUAL_SAY_LOG, INDIVIDUAL_EMOTE_LOG, INDIVIDUAL_OOC_LOG)
var/obj/machinery/machine = null
var/other_mobs = null
var/next_move = null
var/notransform = null //Carbon
@@ -87,14 +85,10 @@
var/in_throw_mode = 0
var/music_lastplayed = "null"
var/job = null//Living
var/radiation = 0//Carbon
var/voice_name = "unidentifiable voice"
var/list/faction = list("neutral") //A list of factions that this mob is currently in, for hostile mob targetting, amongst other things
var/move_on_shuttle = 1 // Can move on the shuttle.