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

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

Added pronoun setter

See merge request pregmodfan/fc-pregmod!4119
parents b1d3f164 435a96c3
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<<set $incubatorSlaves = 0>>
<<for _inc = 0; _inc < $tanks.length; _inc++>>
<<setLocalPronouns $tanks[_inc]>>
<<set $tanks[_inc].birthWeek += 1>>
<<if $tanks[_inc].birthWeek >= 52>>
<<set $tanks[_inc].birthWeek = 0>>
......
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