prune: remove all the problem solving part that needs to go outside of this article
This commit is contained in:
@@ -250,8 +250,8 @@ export const nextDay = (
|
||||
strategy: Strategy | 'problem-solving'
|
||||
): FeatureState => {
|
||||
state.meta.totalDays++
|
||||
// each day, the teams know how to better work together
|
||||
state.meta.teamWorkExperience += 0.1
|
||||
// // each day, the teams know how to better work together
|
||||
// state.meta.teamWorkExperience += 0.1
|
||||
|
||||
if (strategy === 'problem-solving') {
|
||||
const hasTeamLearned = randomFloat(0, 1) > 0.25
|
||||
|
||||
Reference in New Issue
Block a user