|
@@ -102,6 +102,12 @@ module Elements.AppearanceHandler {
|
|
// TODO: Check if has a specific look to it. Optional. Hard to do.
|
|
// TODO: Check if has a specific look to it. Optional. Hard to do.
|
|
// Examples: "You are dressed casually like a woman.", "You are wearing formal women's clothing." etc.
|
|
// Examples: "You are dressed casually like a woman.", "You are wearing formal women's clothing." etc.
|
|
|
|
|
|
|
|
+
|
|
|
|
+ // Current Stance
|
|
|
|
+ if (player.stance == PersonStance.ALLFOURS) {
|
|
|
|
+ presentation.add(Say.PARAGRAPH_BREAK, "You are currently crouching.");
|
|
|
|
+ }
|
|
|
|
+
|
|
await print(presentation);
|
|
await print(presentation);
|
|
}
|
|
}
|
|
}
|
|
}
|