Skip to content
Snippets Groups Projects
Commit 6d377941 authored by fire2244's avatar fire2244 Committed by Vrelnir
Browse files

noticed unused variable inside image.twee

parent 7e1e5076
No related branches found
No related tags found
No related merge requests found
......@@ -235,8 +235,6 @@
/* Cum already in the player */
<<if !$_knotted and (setup.bodyliquid.combined("vagina") gte 1 or (($ejaculating is 1 and $_penetratorVCondom isnot "worn" and $_penetratorV2Condom isnot "worn") or $vaginastate is "tentacledeep"))>>
<<set $_cumAmt to "_cum" + Math.clamp(setup.bodyliquid.combined("vagina"),1,5)>>
/* Separated DP cum images are only needed when both penises are the same size and above 2 */
<<set $_dpCum to ($_DPSize && $_penetratorVSize gt 2 && $_penetratorVSize is $_penetratorV2Size ? "_dp" : "")>>
<img @class="'layer-sexbasefront anim-xray-8f-'+_animspeed"
@src="_imgVC + 'sex_size' + $_penetratorVSize + $_cumAmt +'.png'"
height="120px">
......
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