Skip to content

Commit e6f15eb

Browse files
committed
Dreamchecker
1 parent d3a6e55 commit e6f15eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GLOBAL_DATUM_INIT(mech_state, /datum/topic_state/default/mech, new)
22

33
/datum/topic_state/default/mech/can_use_topic(var/mob/living/exosuit/src_object, var/mob/user)
4-
if(istype(src_object) && user in src_object.pilots)
4+
if(istype(src_object) && (user in src_object.pilots))
55
return ..()
66
return STATUS_CLOSE

0 commit comments

Comments
 (0)