diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 570ef646b7dd534620e47dd134b8bbcd3d6c75fc..5004597528bfe36832d8fad740e734a0e82ad09e 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -36,6 +36,7 @@
 <<set $activeSlave.behavioralQuirk = either("gluttonous", "hates men", "hates women", "liberated")>>
 <<set $activeSlave.sexualQuirk = either("apathetic", "idealistic")>>
 <<set $activeSlave.clothes = either("conservative clothing", "nice business attire")>>
+<<set $activeSlave.shoes = either("flats", "heels")>>
 
 <<set _Inspectee = getSlave($shelterGirlID)>>
 <<set _originSlave = $genePool.find(function(s) { return s.ID == $shelterGirlID; })>>