Also fixes mirrors

They won't bluescreen anymore.
This commit is contained in:
PrismaticGynoid
2021-02-21 00:21:42 -08:00
parent 486d5748fb
commit 370b17c030
3 changed files with 6 additions and 6 deletions
@@ -66,16 +66,16 @@ export const AppearanceChanger = (props, context) => {
{specimen}
</LabeledList.Item>
<LabeledList.Item label="Biological Sex" color={!change_gender ? "grey" : null}>
{capitalize(gender)}
{gender ? capitalize(gender) : "Not Set"}
</LabeledList.Item>
<LabeledList.Item label="Gender Identity" color={!change_color ? "grey" : null}>
{capitalize(gender_id)}
{gender_id ? capitalize(gender_id) : "Not Set"}
</LabeledList.Item>
<LabeledList.Item label="Hair Style" color={!change_hair ? "grey" : null}>
{capitalize(hair_style)}
{hair_style ? capitalize(hair_style) : "Not Set"}
</LabeledList.Item>
<LabeledList.Item label="Facial Hair Style" color={!change_facial_hair ? "grey" : null}>
{capitalize(facial_hair_style)}
{facial_hair_style ? capitalize(facial_hair_style) : "Not Set"}
</LabeledList.Item>
</LabeledList>
</Flex.Item>
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -264,7 +264,7 @@ A fatal exception has occurred at 002B:C562F1B7 in TGUI.
The current application will be terminated.
Please remain calm. Get to the nearest NTNet workstation
and send the copy of the following stack trace to:
www.github.com/VOREStation/VOREStation. Thank you for your cooperation.
www.github.com/PolarisSS13/Polaris. Thank you for your cooperation.
</marquee>
<div id="FatalError__stack" class="FatalError__stack"></div>
<div class="FatalError__footer">