Fix not working fake central command announcement (#1692)

- Fixes #1663
-maybe fix pAI not being selected
-fix invisible tactical tracksuits
This commit is contained in:
Alberyk
2017-02-03 20:06:30 -02:00
committed by skull132
parent 201e064d95
commit 7451b4aff7
7 changed files with 46 additions and 4 deletions
@@ -104,6 +104,11 @@ A list of items and costs is stored under the datum of every game mode, alongsid
// Interaction code. Gathers a list of items purchasable from the paren't uplink and displays it. It also adds a lock button.
/obj/item/device/uplink/hidden/interact(mob/user)
ui_interact(user)
/obj/item/device/uplink/hidden/CanUseTopic()
if(!active)
return STATUS_CLOSE
return ..()
// The purchasing code.
/obj/item/device/uplink/hidden/Topic(href, href_list)