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

fixes

parent 667c8b04
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
0.10.7.1-0.3.x 0.10.7.1-0.3.x
6/12/2018
18
-fixes
6/11/2018 6/11/2018
17 17
......
...@@ -629,7 +629,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -629,7 +629,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
/* limbs */ /* limbs */
<<if $activeSlave.amp != 0>> <<if $activeSlave.amp != 0>>
<<for _l = 0; _l < $limbs.length; _l++>> <<for _l = 0; _l < $limbs.length; _l++>>
<<if ($limbs[_l].ID == $activeSlave.ID) && ($limbs[_l].weeksToCompletion <= 0) <<if ($limbs[_l].ID == $activeSlave.ID) && ($limbs[_l].weeksToCompletion <= 0)>>
<<if $activeSlave.PLimb != 0>> <<if $activeSlave.PLimb != 0>>
<<if $activeSlave.amp < 0>> <<if $activeSlave.amp < 0>>
<<set _oldLimbs = {type: 0, armsTat: 0, legsTat: 0}>> <<set _oldLimbs = {type: 0, armsTat: 0, legsTat: 0}>>
......
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