Add verbs to Two Way Levers, make some odds and ends recyclable. (#12660)

This commit is contained in:
Mervill
2022-11-19 08:05:44 -08:00
committed by GitHub
parent 6a59e1b376
commit ac828008a3
9 changed files with 81 additions and 1 deletions

View File

@@ -43,5 +43,7 @@ namespace Content.Server.Recycling.Components
// Ratelimit sounds to avoid spam
public TimeSpan LastSound;
public int ItemsProcessed;
}
}