Author Topic: [2238] party stuff  (Read 2312 times)

[2238] party stuff
« on: July 12, 2013, 03:53:27 am »
How does one reduce the party points for mercs and the merc requirement for slaves?

Re: [2238] party stuff
« Reply #1 on: July 12, 2013, 09:26:19 am »
How does one reduce the party points for mercs

See follower_common.fos , lines 72-110. Should be pretty obvious

Quote
and the merc requirement for slaves?

See follower_common.fos, line 196.
Changing it to, for example

return(Slaves < 5);

should limit possible slaves to 5.