diff --git a/js/003-data/slaveMods.js b/js/003-data/slaveMods.js index 0b1841003da12471da3c40d95211526a924c18bf..df6e02405e9629d15e5323774a6f490a00dd1757 100644 --- a/js/003-data/slaveMods.js +++ b/js/003-data/slaveMods.js @@ -130,7 +130,7 @@ App.Medicine.Modification.Brands = { return (V.arcologies[0].FSHedonisticDecadence !== "unset"); } }, - "a big helping of $PC.refreshment": { // TODO: special case? + "a big helping of $PC.refreshment": { displayName: "Favorite Food", requirements: function() { return ((V.arcologies[0].FSHedonisticDecadence !== "unset") && V.PC.refreshmentType === 2);