Skip to content
Snippets Groups Projects
Commit e7fcbf82 authored by svornost's avatar svornost
Browse files

Gotta set the facility name correctly if that's gonna work

parent c6f9071d
Branches
Tags
No related merge requests found
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
<</silently>> <</silently>>
<</if>> <</if>>
<<set _seed = Math.max(App.Ads.getMatchedCategoryCount($slaves[$i]), 1)>> <<set _seed = Math.max(App.Ads.getMatchedCategoryCount($slaves[$i], "brothel"), 1)>>
<<set _adsIncome = _seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>> <<set _adsIncome = _seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>>
<<set _cashX = _adsIncome, getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>> <<set _cashX = _adsIncome, getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>>
<<run cashX(_cashX, "brothelAds")>> <<run cashX(_cashX, "brothelAds")>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment