mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
/*
|
|
This state always returns STATUS_INTERACTIVE
|
|
*/
|
|
/var/global/datum/topic_state/interactive/interactive_state = new()
|
|
|
|
/datum/topic_state/interactive/can_use_topic(var/src_object, var/mob/user)
|
|
return STATUS_INTERACTIVE
|