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

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

simple fix to #164

Closes #164

See merge request pregmodfan/fc-pregmod!2146
parents 08d5c4c5 15d2c6b3
No related branches found
No related tags found
No related merge requests found
......@@ -246,10 +246,10 @@
<<set $args[0].assignment = "rest">>
<</switch>>
<<set $args[0].assignmentVisible = 1, $args[0].choosesOwnAssignment = 0, $args[0].sentence = 0>>
<<if $args[0].livingRules == "luxurious">>
<<if $args[0].livingRules == "luxurious" && $args[0].assignmentVisible != 1>>
<<set $args[0].livingRules = "normal">>
<</if>>
<<set $args[0].assignmentVisible = 1, $args[0].choosesOwnAssignment = 0, $args[0].sentence = 0>>
<<if _wi >= 0>>
<<set $slaves[_wi] = $args[0]>> /* save changes to slave array */
......
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