Fixes NanoUI interaction.

A number of machinery objects were returning STATUS_INTERACTIVE instead of parent.
Fixes missing subtype definition for /var/global/datum/topic_state/default/default_state.
This commit is contained in:
PsiOmega
2015-04-13 23:00:08 +02:00
parent 095a572c71
commit aa5d5d5256
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
return list()
/datum/topic_state/proc/can_use_topic(var/src_object, var/mob/user)
return STATUS_INTERACTIVE
return STATUS_CLOSE
/mob/proc/shared_nano_interaction()
if (src.stat || !client)

View File

@@ -1,4 +1,4 @@
/var/global/datum/topic_state/default_state = new()
/var/global/datum/topic_state/default/default_state = new()
/datum/topic_state/default/href_list(var/mob/user)
return list()