Defaults possible_names to null

This commit is contained in:
Lzimann
2017-04-06 10:41:03 -03:00
parent 4e7f8a7bcb
commit d94a18e989
2 changed files with 10 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ var/global/global_posibrain_notify_cooldown = 0
Remember, the purpose of your existence is to serve the crew and the station. Above all else, do no harm.</b>"
var/new_mob_message = "<span class='notice'>The positronic brain chimes quietly.</span>"
var/dead_message = "<span class='deadsay'>It appears to be completely inactive. The reset light is blinking.</span>"
var/list/possible_names = list() //If you leave this blank, it will use the global posibrain names
var/list/possible_names //If you leave this blank, it will use the global posibrain names
var/picked_name
/obj/item/device/mmi/posibrain/Topic(href, href_list)