Skip to content
Snippets Groups Projects
Commit 12ee72c7 authored by Purity's avatar Purity
Browse files

Merge branch 'feature/bugFixes' into 'dev'

Fix to the `Named NPC Genders` setting not working

See merge request !3051
parents 9ccd03a4 f6155c38
No related branches found
No related tags found
1 merge request!3051Fix to the `Named NPC Genders` setting not working
......@@ -645,6 +645,7 @@
<<set $feats.pregnancySillyLocked to true>>
<</if>>
<<updatehistorycontrols>>
<<presets _namedNpcPreset "save">>
<<initnpcgender>>
<<updatePersistentNPCs>>
<<hirsuteHideCheck>>
......@@ -805,6 +806,7 @@
<div class="settingsToggleItem">
<span class="gold">Named NPC Genders</span>
<mouse class="tooltip linkBlue">(?)<span>Setting applies as you save changes.</span></mouse>
<br>
<<if _namedNpcPreset is undefined>><<set _namedNpcPreset to "namedNpcDefaultGender">><</if>>
<label>All Male <<radiobutton "_namedNpcPreset" "namedNpcAllMaleGender" autocheck>></label> |
......
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