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

Text fix

parent 69fba926
No related branches found
No related tags found
1 merge request!5632Text fix
......@@ -1365,6 +1365,7 @@ You should have received a copy of the GNU General Public License along with thi
<<set $weatherToday = $niceWeather.random()>>
<<set $customSlaveOrdered = 0>>
/* I am not a slave object! Do not treat me like one! */
<<set $customSlave = {age: 19, health: 1, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", leg: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, arm: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, eye: new App.Entity.EyeState(), hears: 0}>>
<<set $huskSlaveOrdered = 0>>
......
......@@ -172,7 +172,7 @@
%/
<<widget "CustomSlaveHealth">>
<<replace #health>>
<<if $customSlave.health.condition == 0>>Healthy.
<<if $customSlave.health == 0>>Healthy.
<<else>>Extremely healthy.
<</if>>
<</replace>>
......
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