add Fridge task
All checks were successful
Check / tests (push) Successful in 9m41s

This commit is contained in:
2025-01-06 18:21:41 +01:00
parent 610269a142
commit 9cdab949f4

View File

@@ -72,6 +72,11 @@ func GetDefaultTasks() []Task {
Description: `(take care of the plants. they need water, but not too much!)`,
IsOptional: false,
},
{
Name: "Fridge",
Description: `(Check the fridges (kitchen and main room) for nasty stuff and try to remove it.)`,
IsOptional: false,
},
}
}