mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update base.dm
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
/datum/topic_state/proc/href_list(var/mob/user)
|
/datum/topic_state/proc/href_list(var/mob/user)
|
||||||
return list()
|
return list()
|
||||||
|
/* //CHOMPedit: I guess we have nanoUI again? Upstream doesnt.
|
||||||
/datum/topic_state/proc/can_use_topic(var/src_object, var/mob/user)
|
/datum/topic_state/proc/can_use_topic(var/src_object, var/mob/user)
|
||||||
return STATUS_CLOSE
|
return STATUS_CLOSE
|
||||||
|
*/
|
||||||
/mob/proc/shared_nano_interaction()
|
/mob/proc/shared_nano_interaction()
|
||||||
if (src.stat || !client)
|
if (src.stat || !client)
|
||||||
return STATUS_CLOSE // no updates, close the interface
|
return STATUS_CLOSE // no updates, close the interface
|
||||||
|
|||||||
Reference in New Issue
Block a user