diff --git a/main.go b/main.go index 1750a53..e1e3b70 100644 --- a/main.go +++ b/main.go @@ -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, + }, } }