mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
AI clicking no longer overrides the state in Topic calls.
Fixes (partially) #11205.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user