Skip to content
Snippets Groups Projects
Commit b52eeaa9 authored by Pregmodder's avatar Pregmodder
Browse files

Fixed ear descriptions showing up inappropriately

parent f9200436
No related branches found
No related tags found
1 merge request!3996Fixed ear descriptions showing up inappropriately
...@@ -5389,7 +5389,7 @@ $He's got a ...@@ -5389,7 +5389,7 @@ $He's got a
<</if>> <</if>>
<<elseif $activeSlave.earShape == "damaged">> <<elseif $activeSlave.earShape == "damaged">>
$His outer ears have been severely damaged. $His outer ears have been severely damaged.
<<elseif $activeSlave.earShape == "normal" && $activeSlave.earT>> /* Ears are expected, so lets only mention them if we have two sets */ <<elseif $activeSlave.earShape == "normal" && $activeSlave.earT != "none">> /* Ears are expected, so lets only mention them if we have two sets */
$He has perfectly ordinary ears. $He has perfectly ordinary ears.
<<elseif $activeSlave.earShape == "robot">> <<elseif $activeSlave.earShape == "robot">>
$He has high tech cyber-ears that could be mistaken for headphones. /*not yet implemented*/ $He has high tech cyber-ears that could be mistaken for headphones. /*not yet implemented*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment