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

Merge branch 'patch-19' into 'pregmod-master'

Fix for implanted slaves in Brothel Report

See merge request !1558
parents 8a9dce3f 612f11ec
No related branches found
No related tags found
1 merge request!1558Fix for implanted slaves in Brothel Report
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<<SlaveSort $BrothiIDs>> <<SlaveSort $BrothiIDs>>
<<set _DL = $BrothiIDs.length, $brothelSlaves = _DL, _SL = $slaves.length, $legendaryWhoreID = 0, $madamCashBonus = 0, _FLsFetish = 0, _profits = 0>> <<set _DL = $BrothiIDs.length, $brothelSlaves = _DL, _SL = $slaves.length, $legendaryWhoreID = 0, $madamCashBonus = 0, _FLsFetish = 0, _profits = 0>>
<<set $legendaryWombID = 0>> <<set $legendaryWombID = 0>>
<<set _modded = 0, _old = 0, _pure = 0, _slim = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>> <<set _modded = 0, _old = 0, _pure = 0, _slim = 0, _implanted = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>>
<!-- Statistics gathering --> <!-- Statistics gathering -->
<<set $facility = $facility || {}, $facility.brothel = initFacilityStatistics($facility.brothel)>> <<set $facility = $facility || {}, $facility.brothel = initFacilityStatistics($facility.brothel)>>
......
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