[MIRROR] prevent vr bodyscanner kiosk from scanning (#11691)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-18 17:15:42 -07:00
committed by GitHub
parent 14b1cb345c
commit 573c341d89

View File

@@ -334,6 +334,8 @@
return "<br>" + span_warning("Unable to perform full scan. Please see a medical professional.")
if(!user.mind)
return "<br>" + span_warning("Unable to perform full scan. Please see a medical professional.")
if(istype(get_area(src), /area/vr))
return "<br>" + span_danger("Incompatible database configuration error: A Transcore Mind and Body Resource Management server could not be detected.")
var/nif = user.nif
if(nif)