mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
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