mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-21 05:02:40 +01: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