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

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

Height correction

Closes #333

See merge request pregmodfan/fc-pregmod!2821
parents 3e9cf2f4 daf36f13
No related branches found
No related tags found
1 merge request!2821Height correction
......@@ -22,7 +22,7 @@ carries arms in your defense.
<<if ($slaves[$i].muscles > 30) && ($slaves[$i].muscles <= 95)>>
$He is strong and powerful yet quick and flexible.
<<elseif $slaves[$i].muscles > 95 && $slaves[$i].height >= 190>>
<<elseif $slaves[$i].muscles > 95 && $slaves[$i].height >= 185>>
$His huge muscles are an intimidating sight and, despite their massive size, $he is tall enough to use them effectively.
<<elseif $slaves[$i].muscles > 95>>
$His huge muscles are an intimidating sight, but are so big that they actually detract from $his combat effectiveness.
......
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