This commit is contained in:
5
main.go
5
main.go
@@ -72,6 +72,11 @@ func GetDefaultTasks() []Task {
|
|||||||
Description: `(take care of the plants. they need water, but not too much!)`,
|
Description: `(take care of the plants. they need water, but not too much!)`,
|
||||||
IsOptional: false,
|
IsOptional: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "Fridge",
|
||||||
|
Description: `(Check the fridges (kitchen and main room) for nasty stuff and try to remove it.)`,
|
||||||
|
IsOptional: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user