Skip to content

Commit

Permalink
Dreamchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechoid committed Nov 27, 2023
1 parent 381cb78 commit 0549bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/nano/interaction/exosuit.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GLOBAL_DATUM_INIT(mech_state, /datum/topic_state/default/mech, new)

/datum/topic_state/default/mech/can_use_topic(var/mob/living/exosuit/src_object, var/mob/user)
if(istype(src_object) && user in src_object.pilots)
if(istype(src_object) && (user in src_object.pilots))
return ..()
return STATUS_CLOSE

0 comments on commit 0549bfe

Please sign in to comment.