Fix a few junk type annotations (#42985)

This commit is contained in:
Tad Hardesty
2019-03-07 10:58:05 +01:00
committed by AnturK
parent ee1c4002a4
commit 990e2c7bc2
8 changed files with 11 additions and 12 deletions
+1 -3
View File
@@ -679,8 +679,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
"[pick("C","Ai, c","Someone c","Rec")]all the shuttle!",\
"AI [pick("rogue", "is dead")]!!")
var/list/mob/living/carbon/people = list()
var/list/mob/living/carbon/person = null
var/mob/living/carbon/person = null
var/datum/language/understood_language = target.get_random_understood_language()
for(var/mob/living/carbon/H in view(target))
if(H == target)
@@ -690,7 +689,6 @@ GLOBAL_LIST_INIT(hallucination_list, list(
else
if(get_dist(target,H)<get_dist(target,person))
person = H
people += H
if(person && !force_radio) //Basic talk
var/chosen = specific_message
if(!chosen)