mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #8527 from ShadowLarkens/adv_med_pass2
Fix a few things about the body scanner
This commit is contained in:
@@ -162,6 +162,11 @@
|
||||
else
|
||||
return
|
||||
|
||||
/obj/machinery/bodyscanner/tgui_host(mob/user)
|
||||
if(user == occupant)
|
||||
return src
|
||||
return console ? console : src
|
||||
|
||||
/obj/machinery/bodyscanner/tgui_interact(mob/user, datum/tgui/ui = null)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
|
||||
Reference in New Issue
Block a user