Add health analyzer and medical scanner ECS (#6907)
Co-authored-by: fishfish458 <fishfish458> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -27,10 +27,10 @@ namespace Content.Client.MedicalScanner
|
||||
{
|
||||
case Off: return "closed";
|
||||
case Open: return "open";
|
||||
case Red: return "closed";
|
||||
case Death: return "closed";
|
||||
case Red: return "occupied";
|
||||
case Death: return "occupied";
|
||||
case Green: return "occupied";
|
||||
case Yellow: return "closed";
|
||||
case Yellow: return "occupied";
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(status), status, "unknown MedicalScannerStatus");
|
||||
}
|
||||
@@ -43,7 +43,7 @@ namespace Content.Client.MedicalScanner
|
||||
case Off: return "off_unlit";
|
||||
case Open: return "idle_unlit";
|
||||
case Red: return "red_unlit";
|
||||
case Death: return "red_unlit";
|
||||
case Death: return "off_unlit";
|
||||
case Green: return "idle_unlit";
|
||||
case Yellow: return "maint_unlit";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user