Spellchecks TGStation

This commit is contained in:
ShizCalev
2018-06-19 18:57:44 -04:00
parent 3a5e22e1ca
commit ff532a4ca4
228 changed files with 430 additions and 440 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
GLOBAL_DATUM_INIT(default_state, /datum/ui_state/default, new)
/datum/ui_state/default/can_use_topic(src_object, mob/user)
return user.default_can_use_topic(src_object) // Call the individual mob-overriden procs.
return user.default_can_use_topic(src_object) // Call the individual mob-overridden procs.
/mob/proc/default_can_use_topic(src_object)
return UI_CLOSE // Don't allow interaction by default.