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

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

Standardizes that | in the custom slave trade

See merge request pregmodfan/fc-pregmod!2378
parents 95e53e51 6c3ce72c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<<set _len = Object.keys($nationalitiescheck).length>>
<<for _nation, _i range $nationalitiescheck>>
_nation @@.orange;<<= ($nationalities[_nation] * _percentPerPoint).toFixed(2)>>%@@
<<if _i < _len-1>> | <</if>>
<<if _len != 0>> | <</if>>
<</for>>
<<unset _percentPerPoint>>
<br><br>
......
......@@ -2275,6 +2275,10 @@ Setting missing slave variables:
<<set _Slave.tankBaby = 0>>
<</if>>
<<if def _Slave.PCSlutContacts>>
<<unset _Slave.PCSlutContacts>>
<</if>>
<<if ndef _Slave.need>>
<<set _Slave.need = 0>>
<</if>>
......
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