mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] prevent vr bodyscanner kiosk from scanning (#11691)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
14b1cb345c
commit
573c341d89
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user