Skip to content

Commit

Permalink
clarifies stand-alone method for crew monitoring consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
zimon9 committed Oct 13, 2024
1 parent ee451c0 commit f704ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/crew.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new)
ui.open()

/obj/machinery/computer/crew/examine_more(mob/user)
interact(user)
interact(user) //crew monitors use the interact method instead of ui_interact, for some reason. Not very consistent.

/datum/crewmonitor/ui_close(mob/user)
ui_sources -= user
Expand Down

0 comments on commit f704ecf

Please sign in to comment.