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

Merge branch 'pregmod-dev' into 'pregmod-master'

Fix cheat edit eyes.

Closes #1424

See merge request !7598
parents e0ee6761 98dc4f6d
No related branches found
No related tags found
1 merge request!7598Fix cheat edit eyes.
...@@ -335,7 +335,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>> ...@@ -335,7 +335,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
''$His eyes are (0: normal, 1: artificial): $tempSlave.eyesImplant'' ''$His eyes are (0: normal, 1: artificial): $tempSlave.eyesImplant''
<br>Eyes: <<textbox "$tempSlave.eyesImplant" $tempSlave.eyesImplant>> <br>Eyes: <<textbox "$tempSlave.eyesImplant" $tempSlave.eyesImplant>>
<<radiobutton "$tempSlave.eyesImplant" 0>> Normal <<radiobutton "$tempSlave.eyesImplant" 0>> Normal
<<radiobutton "$tempSlave.eyesImplant" 0>> Artificial <<radiobutton "$tempSlave.eyesImplant" 1>> Artificial
<br><br> <br><br>
......
...@@ -59,6 +59,16 @@ ...@@ -59,6 +59,16 @@
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if $tempSlave.eyes === 2>>
<<set $tempSlave.eye.left.vision = 2, $tempSlave.eye.right.vision = 2>>
<<elseif $tempSlave.eyes === 1>>
<<set $tempSlave.eye.left.vision = 1, $tempSlave.eye.right.vision = 1>>
<<elseif $tempSlave.eyes === -1>>
<<set $tempSlave.eye.left.vision = 0, $tempSlave.eye.right.vision = 0>>
<</if>>
<<if $tempSlave.eyesImplant === 1>>
<<set $tempSlave.eye.left.type = 3, $tempSlave.eye.right.type = 3>>
<</if>>
<<run SlaveDatatypeCleanup($tempSlave)>> /* will break cheated pregnancies if run before the above block of code */ <<run SlaveDatatypeCleanup($tempSlave)>> /* will break cheated pregnancies if run before the above block of code */
You perform the dark rituals, pray to the dark gods, and sell your soul for the power to change and mold slaves to your will. You perform the dark rituals, pray to the dark gods, and sell your soul for the power to change and mold slaves to your will.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment