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

Merge branch 'implants-names-in-surgery' into 'pregmod-master'

Fix boob and butt implant descriptions in surgery room

See merge request !4043
parents d13f6e6a 0fe2457d
No related branches found
No related tags found
1 merge request!4043Fix boob and butt implant descriptions in surgery room
......@@ -525,7 +525,7 @@ $He has
<</if>>
<<if $activeSlave.boobsImplantType == 1>>
string
<<else>>
<<elseif $activeSlave.boobsImplant >= 800>>
fillable
<</if>>
breast implants.
......@@ -938,7 +938,7 @@ $He's got a
butt
<<if $activeSlave.buttImplantType == 1>>
string
<<else>>
<<elseif $activeSlave.buttImplant >= 3>>
fillable
<</if>>
implants.
......
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