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

Merge branch 'fix' into 'pregmod-master'

fix hostage

See merge request pregmodfan/fc-pregmod!5095
parents 09abbfe8 e7b3b5d8
No related branches found
No related tags found
No related merge requests found
......@@ -679,7 +679,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
<<set _scarArray.push("left upper arm", "right upper arm", "left thigh", "right thigh")>>
<</if>>
<<for _i to 0; _i < _scarArray.length; _i++>>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip">>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip")>>
<</for>>
/* Manacles */
<<if $hostage.amp != 1>>
......@@ -1083,7 +1083,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
<<set _scarArray.push("left upper arm", "right upper arm", "left thigh", "right thigh")>>
<</if>>
<<for _i to 0; _i < _scarArray.length; _i++>>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip">>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip")>>
<</for>>
/* Manacles */
<<if $hostage.amp != 1>>
......@@ -1412,7 +1412,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty
<<set _scarArray.push("left upper arm", "right upper arm", "left thigh", "right thigh")>>
<</if>>
<<for _i to 0; _i < _scarArray.length; _i++>>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip">>
<<run App.Medicine.Modification.addScar($hostage, _scarArray[_i], "whip")>>
<</for>>
/* Manacles */
<<if $hostage.amp != 1>>
......
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