Fixes mercenary mode not listing bought items.

The mercenary leader now spawns with the uplink, as is set as its owner.
This commit is contained in:
PsiOmega
2015-09-06 10:07:39 +02:00
parent d99c4ffaaa
commit cc960624b9
2 changed files with 8 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ datum/nano_item_lists
var/list/nanoui_data = new // Additional data for NanoUI use
var/list/purchase_log = new
var/uplink_owner = null//text-only
var/datum/mind/uplink_owner = null
var/used_TC = 0
/obj/item/device/uplink/nano_host()