Trashbag Alt Verb to dump into disposals + Cigars are tagged as trash (#9203)

* cigars are marked as trash

* alt click added to trashbag disposals interaction

* request changes

* remove redundant check and auto refactor

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Profane McBane
2022-06-27 05:19:18 +01:00
committed by GitHub
parent c0216e5caf
commit a73a6042d7
4 changed files with 48 additions and 17 deletions

View File

@@ -102,7 +102,7 @@ namespace Content.Server.Storage.EntitySystems
}
}
private void StartDoAfter(EntityUid storageUid, EntityUid? targetUid, EntityUid userUid, DumpableComponent dumpable, ServerStorageComponent storage, float multiplier = 1)
public void StartDoAfter(EntityUid storageUid, EntityUid? targetUid, EntityUid userUid, DumpableComponent dumpable, ServerStorageComponent storage, float multiplier = 1)
{
if (dumpable.CancelToken != null)
{