mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
sleeper ui compartibility
ugly but less work & less ugly than completely rewriting it. If anyone else wants to, be my guest.
This commit is contained in:
@@ -73,7 +73,7 @@ export const Sleeper = (props, context) => {
|
||||
{damageTypes.map(type => (
|
||||
<LabeledList.Item
|
||||
key={type.type}
|
||||
label={type.label}>
|
||||
label={occupant.is_robotic_organism && type.label === 'Toxin' ? 'Corruption' : type.label}>
|
||||
<ProgressBar
|
||||
value={occupant[type.type]}
|
||||
minValue={0}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user