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

Merge branch 'pregmod-dev' into 'pregmod-master'

Fixed ear descriptions showing up inappropriately

See merge request pregmodfan/fc-pregmod!3996
parents f9200436 b52eeaa9
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
<</if>>
<<elseif $activeSlave.earShape == "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.
<<elseif $activeSlave.earShape == "robot">>
$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