Skip to content
Snippets Groups Projects
Commit 8213e44c authored by kopareigns's avatar kopareigns
Browse files

Corrected indexing variable

parent 6ca281aa
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@
<<set $BrothiIDs.delete(_wID), $brothelSlaves-->>
<<case "be confined in the cellblock" "cellblock">>
<<set $args[0].assignment = "rest">>
<<if ($slaves[$i].inflation > 0)>>
<<if ($slaves[_wi].inflation > 0)>>
<<set $args[0].inflation = 0, $args[0].inflationType = "none", $args[0].inflationMethod = 0>>
<<SetBellySize $slaves[$i]>>
<</if>>
......
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