mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user