Skip to content

Commit

Permalink
ihateCMOs
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 23, 2024
1 parent 31e1ffb commit 7c03c26
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
if(!skillcheck(user, SKILL_RESEARCH, SKILL_RESEARCH_TRAINED))
to_chat(user, SPAN_WARNING("You have no idea how to use this."))
return
if(user.job != JOB_RESEARCHER)
to_chat(user, SPAN_WARNING("Access denied."))
return
tgui_interact(user)

/obj/structure/machinery/xenoanalyzer/tgui_interact(mob/user, datum/tgui/ui)
Expand Down

0 comments on commit 7c03c26

Please sign in to comment.