AI clicking no longer overrides the state in Topic calls.

Fixes (partially) #11205.
This commit is contained in:
PsiOmegaDelta
2015-12-05 13:57:35 +01:00
parent eb06bc74af
commit 1dffd68100
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
return ..()
/obj/Topic(href, href_list, var/datum/topic_state/state = default_state)
if(usr && ..())
if(..())
return 1
// In the far future no checks are made in an overriding Topic() beyond if(..()) return