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

Merge branch 'prosthetics-range-issue' into 'pregmod-master'

range prosthetics fix

Closes #1080

See merge request pregmodfan/fc-pregmod!5331
parents c47a344d 056f26eb
No related branches found
No related tags found
No related merge requests found
......@@ -615,7 +615,7 @@
<</if>>
<</if>>
<<if $releaseID < 1052>>
<<if ($releaseID < 1052) && $args[0].readyProsthetics>>
<<set _prosthetics = $args[0].readyProsthetics, $args[0].readyProsthetics = []>>
<<for _p range _prosthetics>>
<<run addProsthetic($args[0], _p.id)>>
......
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