mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fix a few junk type annotations (#42985)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user