Skip to content
Snippets Groups Projects
Commit a4f05132 authored by corncobman21's avatar corncobman21
Browse files

Fix inconsistencies

parent eb2b192f
No related branches found
No related tags found
1 merge request!1293Fix inconsistency and remove erroneous lines.
...@@ -408,10 +408,10 @@ ...@@ -408,10 +408,10 @@
<<set _pref = 0>> <<set _pref = 0>>
<</if>> <</if>>
<<if (_modded > (_DL/2))>> <<if (_modded > (_DL/2))>>
<<set _girls = -1>> <<set _girls = 1>>
Most of the slaves in the club are heavily pierced and tattoed.<br> Most of the slaves in the club are heavily pierced and tattoed.<br>
<<elseif (_unmodded > (_DL/2))>> <<elseif (_unmodded > (_DL/2))>>
<<set _girls = 1>> <<set _girls = -1>>
Most of the slaves in the club have natural unmodded bodies.<br> Most of the slaves in the club have natural unmodded bodies.<br>
<<else>> <<else>>
<<set _girls = 0>> <<set _girls = 0>>
...@@ -476,10 +476,10 @@ ...@@ -476,10 +476,10 @@
<<set _pref = 0>> <<set _pref = 0>>
<</if>> <</if>>
<<if (_implanted > (_DL/2))>> <<if (_implanted > (_DL/2))>>
<<set _girls = -1>> <<set _girls = 1>>
Most of the slaves in the club are heavily implanted or surgically enhanced.<br> Most of the slaves in the club are heavily implanted or surgically enhanced.<br>
<<elseif (_pure > (_DL/2))>> <<elseif (_pure > (_DL/2))>>
<<set _girls = 1>> <<set _girls = -1>>
Most of the slaves in the club have naturally pure bodies.<br> Most of the slaves in the club have naturally pure bodies.<br>
<<else>> <<else>>
<<set _girls = 0>> <<set _girls = 0>>
......
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