Fix enablement
This commit is contained in:
parent
c2d637b109
commit
1eedfb50e8
@ -23,6 +23,7 @@ var cards = []Card{
|
|||||||
p.Stats.GovWarExpense.Value -= 0.02
|
p.Stats.GovWarExpense.Value -= 0.02
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
CanDo: YesWeCan,
|
||||||
},
|
},
|
||||||
&BasicPolicy{
|
&BasicPolicy{
|
||||||
UnenactedDesc: cardsim.MsgStr(`Your head miner considers the matter worriedly. "Creches under military control? No. That would invite chaos. We need to dig deeper; we can have a peaceful, orderly society if we just get far enough away from surfacers."`),
|
UnenactedDesc: cardsim.MsgStr(`Your head miner considers the matter worriedly. "Creches under military control? No. That would invite chaos. We need to dig deeper; we can have a peaceful, orderly society if we just get far enough away from surfacers."`),
|
||||||
@ -39,6 +40,7 @@ var cards = []Card{
|
|||||||
p.Stats.GovBureaucracyExpense.Value -= 0.01
|
p.Stats.GovBureaucracyExpense.Value -= 0.01
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
CanDo: YesWeCan,
|
||||||
},
|
},
|
||||||
&BasicPolicy{
|
&BasicPolicy{
|
||||||
UnenactedDesc: cardsim.MsgStr(`Your nursery director is incensed. "Creches under military control? Never! Let young kobolds play! In fact, cut the military just for suggesting this. The threats facing us are completely overstated."`),
|
UnenactedDesc: cardsim.MsgStr(`Your nursery director is incensed. "Creches under military control? Never! Let young kobolds play! In fact, cut the military just for suggesting this. The threats facing us are completely overstated."`),
|
||||||
@ -55,6 +57,7 @@ var cards = []Card{
|
|||||||
p.Stats.GovWarExpense.Value += 0.02
|
p.Stats.GovWarExpense.Value += 0.02
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
CanDo: YesWeCan,
|
||||||
},
|
},
|
||||||
&VerbosePolicy{
|
&VerbosePolicy{
|
||||||
Default: &BasicPolicy{
|
Default: &BasicPolicy{
|
||||||
@ -110,6 +113,7 @@ var cards = []Card{
|
|||||||
p.Stats.GovBureaucracyExpense.Value -= 0.03
|
p.Stats.GovBureaucracyExpense.Value -= 0.03
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
CanDo: YesWeCan,
|
||||||
},
|
},
|
||||||
&BasicPolicy{
|
&BasicPolicy{
|
||||||
UnenactedDesc: cardsim.MsgStr(`Your Minister of Education pulls you aside. "This is a good opportunity to head-hunt. Bureaucrats from many nations will be attending. There's got to be some who'll work for less than the ones we've got. There are some terribly threatened or impoverished communities among kobolds.`),
|
UnenactedDesc: cardsim.MsgStr(`Your Minister of Education pulls you aside. "This is a good opportunity to head-hunt. Bureaucrats from many nations will be attending. There's got to be some who'll work for less than the ones we've got. There are some terribly threatened or impoverished communities among kobolds.`),
|
||||||
@ -124,7 +128,8 @@ var cards = []Card{
|
|||||||
p.Stats.GovBureaucracyExpense.Value += 0.01
|
p.Stats.GovBureaucracyExpense.Value += 0.01
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
// This option should only be available if the fourth option isn't the status quo and bureaucratic expense is at least 0.02.
|
CanDo: YesWeCan,
|
||||||
|
// TODO(rakeela): This option should only be available if the fourth option isn't the status quo and bureaucratic expense is at least 0.02.
|
||||||
},
|
},
|
||||||
&BasicPolicy{
|
&BasicPolicy{
|
||||||
UnenactedDesc: cardsim.MsgStr(`Your Minister of Education greets you exuberantly. "We've trimmed the wages of the bureaucracy beautifully, but maybe we can scout some outright volunteers. Some nations are absolute disasters, after all.`),
|
UnenactedDesc: cardsim.MsgStr(`Your Minister of Education greets you exuberantly. "We've trimmed the wages of the bureaucracy beautifully, but maybe we can scout some outright volunteers. Some nations are absolute disasters, after all.`),
|
||||||
@ -139,7 +144,8 @@ var cards = []Card{
|
|||||||
p.Stats.GovBureaucracyExpense.Value += 0.02
|
p.Stats.GovBureaucracyExpense.Value += 0.02
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
// This option should only be available if the fourth option isn't the status quo and bureaucratic expense is less than 0.02.
|
CanDo: YesWeCan,
|
||||||
|
// TODO(rakeela): This option should only be available if the fourth option isn't the status quo and bureaucratic expense is less than 0.02.
|
||||||
},
|
},
|
||||||
&BasicPolicy{
|
&BasicPolicy{
|
||||||
UnenactedDesc: cardsim.MsgStr(`One of your non-bureaucrat friends has been in a foul temper. "This festival is everything that's wrong with our society. Life isn't about filling out forms. We ought to snub this festival and outright fire some bureaucrats."`),
|
UnenactedDesc: cardsim.MsgStr(`One of your non-bureaucrat friends has been in a foul temper. "This festival is everything that's wrong with our society. Life isn't about filling out forms. We ought to snub this festival and outright fire some bureaucrats."`),
|
||||||
@ -154,6 +160,7 @@ var cards = []Card{
|
|||||||
p.Stats.GovBureaucracyExpense.Value += 0.04
|
p.Stats.GovBureaucracyExpense.Value += 0.04
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
CanDo: YesWeCan,
|
||||||
},
|
},
|
||||||
&VerbosePolicy{
|
&VerbosePolicy{
|
||||||
Default: &BasicPolicy{
|
Default: &BasicPolicy{
|
||||||
|
Loading…
Reference in New Issue
Block a user